open-src/app/rgb/Makefile
changeset 1193 81e7bcbed056
parent 1068 0dc26c96a5af
child 1339 4f152696e5f2
--- a/open-src/app/rgb/Makefile	Sun Aug 21 23:17:36 2011 -0700
+++ b/open-src/app/rgb/Makefile	Tue Aug 23 14:00:30 2011 -0700
@@ -43,10 +43,16 @@
 SUNTOUCHED_MANPAGES=man/*.man
 MODULE_STABILITY=Committed
 
-MODULE_CONFIG_OPTS = --with-rgb-db-dir=$(X11_DIR)/lib/X11/rgb \
-	--with-rgb-db-type=ndbm
-
 # Compatibility links from /usr/X11/bin to /usr/bin
-MODULE_X11_BINCOMPAT_LINKS = rgb showrgb
+MODULE_X11_BINCOMPAT_LINKS = showrgb
 
 include ../Makefile.inc
+
+# Additional compatibility links for the well-known rgb.txt data file
+X11_RGBCOMPAT_LINKS = $(PROTODIR)/usr/X11/lib/X11/rgb.txt
+
+install_X11_compat_links: $(X11_RGBCOMPAT_LINKS)
+
+$(X11_RGBCOMPAT_LINKS):
+	mkdir -p $(@D)
+	ln -s ../../../share/X11/rgb.txt $@