svn commit: r368757 - head/www/groupoffice

Antoine Brodin antoine at FreeBSD.org
Sun Sep 21 14:03:36 UTC 2014


Author: antoine
Date: Sun Sep 21 14:03:35 2014
New Revision: 368757
URL: http://svnweb.freebsd.org/changeset/ports/368757
QAT: https://qat.redports.org/buildarchive/r368757/

Log:
  Allow staging as a regular user

Modified:
  head/www/groupoffice/Makefile

Modified: head/www/groupoffice/Makefile
==============================================================================
--- head/www/groupoffice/Makefile	Sun Sep 21 13:56:06 2014	(r368756)
+++ head/www/groupoffice/Makefile	Sun Sep 21 14:03:35 2014	(r368757)
@@ -49,8 +49,6 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${WWWDIR}
 	${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
 	@${TOUCH} ${STAGEDIR}${WWWDIR}/config.php
-	@${CHOWN} ${WWWOWN} ${STAGEDIR}${WWWDIR}/config.php
-	@${CAT} ${PKGMESSAGE}
 
 create-plist:
 	@${FIND} -s ${WRKSRC}/${file} -not -type d \


More information about the svn-ports-head mailing list