diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-26 03:08:43 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-26 03:08:43 +0800 |
commit | 11b654553e6799f28ab93b56abaf6a16d6806ab0 (patch) | |
tree | b5c77c3412d6547a3eb9968fc4485850f48a5658 /x11 | |
parent | 58fe9c005f05308e85f884e87474145bc4c7de69 (diff) | |
download | freebsd-ports-gnome-11b654553e6799f28ab93b56abaf6a16d6806ab0.tar.gz freebsd-ports-gnome-11b654553e6799f28ab93b56abaf6a16d6806ab0.tar.zst freebsd-ports-gnome-11b654553e6799f28ab93b56abaf6a16d6806ab0.zip |
Make plist_SUB add not overwrite.
PR: ports/177379
Submitted by: stephen@
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index b31397639bd5..f4b79fa68961 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -74,10 +74,10 @@ PLIST_SUB+= PYTHON="@comment " .if ${ARCH} != "i386" && ${ARCH} != "amd64" 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" |