diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-25 19:08:43 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-25 19:08:43 +0000 |
commit | 0ed61ead3cd56f04795d1fa76c391e3135aee722 (patch) | |
tree | b5c77c3412d6547a3eb9968fc4485850f48a5658 /x11/gnome-applets/Makefile | |
parent | Cleanup unmaintained ports in the misc category: (diff) |
Make plist_SUB add not overwrite.
PR: ports/177379
Submitted by: stephen@
Notes
Notes:
svn path=/head/; revision=315241
Diffstat (limited to 'x11/gnome-applets/Makefile')
-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" |