[PC-BSD Commits] r7673 - pcbsd/current/build-files/conf
svn at pcbsd.org
svn at pcbsd.org
Thu Sep 30 09:20:04 PDT 2010
Author: kris
Date: 2010-09-30 09:20:04 -0700 (Thu, 30 Sep 2010)
New Revision: 7673
Modified:
pcbsd/current/build-files/conf/pcbsd-make.conf
Log:
Cleanup the default make.conf a bit more
Modified: pcbsd/current/build-files/conf/pcbsd-make.conf
===================================================================
--- pcbsd/current/build-files/conf/pcbsd-make.conf 2010-09-30 16:18:15 UTC (rev 7672)
+++ pcbsd/current/build-files/conf/pcbsd-make.conf 2010-09-30 16:20:04 UTC (rev 7673)
@@ -9,10 +9,10 @@
WITH_PRINTER_APPLET=Y
WITH_SCDAEMON=YES
WITH_SRVLOC=yes
-.if ${.CURDIR} == ${PORTSDIR}/x11/xorg
+.if ${.CURDIR:M${PORTSDIR}/x11/xorg} != ""
XORG_COMPLETE=YES
.endif
-.if ${.CURDIR} == ${PORTSDIR}/sysutils/hal
+.if ${.CURDIR:M${PORTSDIR}/sysutils/hal} != ""
WITH_FIXED_MOUNTPOINTS=YES
.endif
.if ${.CURDIR:M${PORTSDIR}/www/w3m} != ""
More information about the Commits
mailing list