open-src/app/xdm/Makefile
changeset 1610 77a2e608a1ff
parent 1597 a41f7519dbad
--- a/open-src/app/xdm/Makefile	Fri Feb 19 16:57:44 2016 -0800
+++ b/open-src/app/xdm/Makefile	Mon Feb 22 16:57:16 2016 -0800
@@ -60,11 +60,7 @@
 # Man pages to apply Sun footer to & attributes to list
 SUNTOUCHED_MANPAGES=xdm.man.cpp
 MODULE_STABILITY=Committed
-MODULE_SUNTOUCH_MAN_FLAGS= -p $(MODULE_PREFIX)/sbin/
-
-# Where to install xdm files
-MODULE_PREFIX=/usr
-MODULE_PREFIX_SET=yes
+MODULE_SUNTOUCH_MAN_FLAGS= -p $(MODULE_SBIN_DIR)/
 
 # Additional configure script options
 # Only build shared greeter module, not static
@@ -76,7 +72,7 @@
 	--with-xdmconfigdir=/etc/X11/xdm \
 	--with-piddir=/var/run/xdm \
 	--with-authdir=/var/run/xdm \
-	--bindir=/usr/sbin \
+	--bindir=$(MODULE_SBIN_DIR) \
 	--with-xrdb='$(X11_BIN_DIR)/xrdb' \
 	--with-default-session=command='$(X11_BIN_DIR)/xterm -ls' \
 	DEF_SERVER='$(X11_BIN_DIR)/X' \