svn commit: r368045 - head/www/pivotx

Antoine Brodin antoine at FreeBSD.org
Fri Sep 12 16:45:35 UTC 2014


Author: antoine
Date: Fri Sep 12 16:45:35 2014
New Revision: 368045
URL: http://svnweb.freebsd.org/changeset/ports/368045
QAT: https://qat.redports.org/buildarchive/r368045/

Log:
  Allow staging as a regular user

Modified:
  head/www/pivotx/Makefile

Modified: head/www/pivotx/Makefile
==============================================================================
--- head/www/pivotx/Makefile	Fri Sep 12 16:37:32 2014	(r368044)
+++ head/www/pivotx/Makefile	Fri Sep 12 16:45:35 2014	(r368045)
@@ -88,7 +88,6 @@ do-install:
 	@${MKDIR} '${STAGEDIR}${WWWDIR}'
 	@cd '${WRKSRC}' && ${COPYTREE_SHARE} . '${STAGEDIR}${WWWDIR}'
 .for DIR in ${WRITABLEDIRS}
-	@${CHOWN} -R '${WWWOWN}:${WWWGRP}' '${STAGEDIR}${WWWDIR}/${DIR}'
 	@${FIND} '${STAGEDIR}${WWWDIR}/${DIR}' -type d -print0 | ${XARGS} -0 ${CHMOD} u=rwx,go=rx
 	@${FIND} '${STAGEDIR}${WWWDIR}/${DIR}' -type f -print0 | ${XARGS} -0 ${CHMOD} u=rw,go=r
 .endfor


More information about the svn-ports-head mailing list