Date: Sat, 13 Sep 2014 12:43:27 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368090 - head/sysutils/geomgui Message-ID: <201409131243.s8DChRHD099243@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Sep 13 12:43:27 2014 New Revision: 368090 URL: http://svnweb.freebsd.org/changeset/ports/368090 QAT: https://qat.redports.org/buildarchive/r368090/ Log: Allow staging as a regular user Modified: head/sysutils/geomgui/Makefile Modified: head/sysutils/geomgui/Makefile ============================================================================== --- head/sysutils/geomgui/Makefile Sat Sep 13 12:39:14 2014 (r368089) +++ head/sysutils/geomgui/Makefile Sat Sep 13 12:43:27 2014 (r368090) @@ -22,6 +22,7 @@ PLIST_FILES= bin/geomgui \ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|' \ + -e 's,-o root -g wheel,,' \ ${WRKSRC}/Makefile.in .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409131243.s8DChRHD099243>