diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-14 20:50:10 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-14 20:50:10 +0000 |
commit | a587a52036efad5c7603a2f23c35b5892d6992e5 (patch) | |
tree | 5839deca75e49d023bbcd6d8a4f3e58098c244b4 | |
parent | bbd1c0a17be1e2fb0b4859b4fb87f8b5622ea677 (diff) | |
download | freebsd-ports-a587a52036efad5c7603a2f23c35b5892d6992e5.zip |
Allow staging as a regular user
-rw-r--r-- | www/punbb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/punbb/Makefile b/www/punbb/Makefile index 8a88f99824c2..a9ec781a9de3 100644 --- a/www/punbb/Makefile +++ b/www/punbb/Makefile @@ -126,7 +126,6 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/extras/${i} ${STAGEDIR}${EXAMPLESDIR} .endfor - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} .include <bsd.port.mk> |