[Midnightbsd-cvs] mports: Makefile: Don't do PLIST_SUB=, it will overwrite things put in
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Thu Nov 20 17:18:56 EST 2008
Log Message:
-----------
Don't do PLIST_SUB=, it will overwrite things put in place by
bsd.port.pre.mk. Do PLIST_SUB+= instead.
Modified Files:
--------------
mports/x11/gnome-applets:
Makefile (r1.6 -> r1.7)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/gnome-applets/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L x11/gnome-applets/Makefile -L x11/gnome-applets/Makefile -u -r1.6 -r1.7
--- x11/gnome-applets/Makefile
+++ x11/gnome-applets/Makefile
@@ -67,10 +67,10 @@
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
-PLIST_SUB= BATTERY="@comment "
+PLIST_SUB+= BATTERY="@comment "
.else
GCONF_SCHEMAS+= battstat.schemas
-PLIST_SUB= BATTERY=""
+PLIST_SUB+= BATTERY=""
.endif
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
More information about the Midnightbsd-cvs
mailing list