svn commit: r368227 - head/www/punbb

Antoine Brodin antoine at FreeBSD.org
Sun Sep 14 20:50:11 UTC 2014


Author: antoine
Date: Sun Sep 14 20:50:10 2014
New Revision: 368227
URL: http://svnweb.freebsd.org/changeset/ports/368227
QAT: https://qat.redports.org/buildarchive/r368227/

Log:
  Allow staging as a regular user

Modified:
  head/www/punbb/Makefile

Modified: head/www/punbb/Makefile
==============================================================================
--- head/www/punbb/Makefile	Sun Sep 14 20:48:04 2014	(r368226)
+++ head/www/punbb/Makefile	Sun Sep 14 20:50:10 2014	(r368227)
@@ -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>


More information about the svn-ports-head mailing list