Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2014 14:03:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368757 - head/www/groupoffice
Message-ID:  <201409211403.s8LE3aqe005818@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409211403.s8LE3aqe005818>