Date: Mon, 25 Mar 2013 19:10:00 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: gnome@FreeBSD.org Subject: Re: ports/177379: commit references a PR Message-ID: <201303251910.r2PJA0qT099929@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177379; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/177379: commit references a PR Date: Mon, 25 Mar 2013 19:08:56 +0000 (UTC) Author: kwm Date: Mon Mar 25 19:08:43 2013 New Revision: 315241 URL: http://svnweb.freebsd.org/changeset/ports/315241 Log: Make plist_SUB add not overwrite. PR: ports/177379 Submitted by: stephen@ Modified: head/x11/gnome-applets/Makefile Modified: head/x11/gnome-applets/Makefile ============================================================================== --- head/x11/gnome-applets/Makefile Mon Mar 25 18:44:20 2013 (r315240) +++ head/x11/gnome-applets/Makefile Mon Mar 25 19:08:43 2013 (r315241) @@ -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" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303251910.r2PJA0qT099929>