summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-14 20:50:10 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-14 20:50:10 +0000
commita587a52036efad5c7603a2f23c35b5892d6992e5 (patch)
tree5839deca75e49d023bbcd6d8a4f3e58098c244b4
parentbbd1c0a17be1e2fb0b4859b4fb87f8b5622ea677 (diff)
downloadfreebsd-ports-a587a52036efad5c7603a2f23c35b5892d6992e5.zip
Allow staging as a regular user
-rw-r--r--www/punbb/Makefile1
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>