From 0ed61ead3cd56f04795d1fa76c391e3135aee722 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Mon, 25 Mar 2013 19:08:43 +0000 Subject: Make plist_SUB add not overwrite. PR: ports/177379 Submitted by: stephen@ --- x11/gnome-applets/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/gnome-applets/Makefile') 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" -- cgit v1.2.3