[PC-BSD Commits] r6893 - in pcbsd: current/build-files/conf stable/build-files/conf
svn at pcbsd.org
svn at pcbsd.org
Fri Jun 11 06:48:59 PDT 2010
Author: kris
Date: 2010-06-11 06:48:59 -0700 (Fri, 11 Jun 2010)
New Revision: 6893
Modified:
pcbsd/current/build-files/conf/pcbsd-make.conf
pcbsd/stable/build-files/conf/pcbsd-make.conf
Log:
Updated make options to add M17N option in www/w3m port
Modified: pcbsd/current/build-files/conf/pcbsd-make.conf
===================================================================
--- pcbsd/current/build-files/conf/pcbsd-make.conf 2010-06-10 17:32:20 UTC (rev 6892)
+++ pcbsd/current/build-files/conf/pcbsd-make.conf 2010-06-11 13:48:59 UTC (rev 6893)
@@ -14,7 +14,7 @@
WITH_GPGSM=YES
WITH_SCDAEMON=YES
WITH_SRVLOC=yes
-.if ${.CURDIR} == ${PORTSDIR}/www/w3m
-M17N=YES
+.if ${.CURDIR:M${PORTSDIR}/www/w3m} != ""
+ M17N=yes
.endif
SAMBA_PORT=samba34
Modified: pcbsd/stable/build-files/conf/pcbsd-make.conf
===================================================================
--- pcbsd/stable/build-files/conf/pcbsd-make.conf 2010-06-10 17:32:20 UTC (rev 6892)
+++ pcbsd/stable/build-files/conf/pcbsd-make.conf 2010-06-11 13:48:59 UTC (rev 6893)
@@ -14,7 +14,7 @@
WITH_GPGSM=YES
WITH_SCDAEMON=YES
WITH_SRVLOC=yes
-.if ${.CURDIR} == ${PORTSDIR}/www/w3m
-M17N=YES
+.if ${.CURDIR:M${PORTSDIR}/www/w3m} != ""
+ M17N=yes
.endif
SAMBA_PORT=samba34
More information about the Commits
mailing list