aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-13 20:43:27 +0800
committerantoine <antoine@FreeBSD.org>2014-09-13 20:43:27 +0800
commit2fc2eb74cc5dc54d360c54fae085beb68dbec7d2 (patch)
tree7bbbc816ce763c9d8806cd725c8fad9ad85a65b5
parente3ac2e08fa3ff12113da509e9aa7e2bd538f1ec4 (diff)
downloadfreebsd-ports-gnome-2fc2eb74cc5dc54d360c54fae085beb68dbec7d2.tar.gz
freebsd-ports-gnome-2fc2eb74cc5dc54d360c54fae085beb68dbec7d2.tar.zst
freebsd-ports-gnome-2fc2eb74cc5dc54d360c54fae085beb68dbec7d2.zip
Allow staging as a regular user
-rw-r--r--sysutils/geomgui/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/geomgui/Makefile b/sysutils/geomgui/Makefile
index 8fd80d788a82..5854c332f3c4 100644
--- a/sysutils/geomgui/Makefile
+++ b/sysutils/geomgui/Makefile
@@ -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>