1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-09-13 12:43:27 +00:00
parent 63ec46e2c3
commit 055b96c734
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368090

View File

@ -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>