svn commit: r368090 - head/sysutils/geomgui

Antoine Brodin antoine at FreeBSD.org
Sat Sep 13 12:43:27 UTC 2014


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>


More information about the svn-ports-head mailing list