svn commit: r355122 - head/www/groupoffice

Martin Wilke miwi at FreeBSD.org
Sun May 25 05:24:00 UTC 2014


Author: miwi
Date: Sun May 25 05:23:59 2014
New Revision: 355122
URL: http://svnweb.freebsd.org/changeset/ports/355122
QAT: https://qat.redports.org/buildarchive/r355122/

Log:
  - Stage support
  
  PR:		190127

Modified:
  head/www/groupoffice/Makefile
  head/www/groupoffice/pkg-plist

Modified: head/www/groupoffice/Makefile
==============================================================================
--- head/www/groupoffice/Makefile	Sun May 25 05:23:11 2014	(r355121)
+++ head/www/groupoffice/Makefile	Sun May 25 05:23:59 2014	(r355122)
@@ -27,7 +27,6 @@ IMAP_DESC=	IMAP support
 GD_DESC=	Gallery support (GD)
 WBXML_DESC=	Synchronization Support
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MIMAP}
@@ -47,10 +46,10 @@ LIB_DEPENDS=	wbxml2:${PORTSDIR}/textproc
 .endif
 
 do-install:
-	@${MKDIR} ${WWWDIR}
-	${CP} -R ${WRKSRC}/ ${WWWDIR}
-	@${TOUCH} ${WWWDIR}/config.php
-	@${CHOWN} ${WWWOWN} ${WWWDIR}/config.php
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
+	@${TOUCH} ${STAGEDIR}${WWWDIR}/config.php
+	@${CHOWN} ${WWWOWN} ${STAGEDIR}${WWWDIR}/config.php
 	@${CAT} ${PKGMESSAGE}
 
 create-plist:

Modified: head/www/groupoffice/pkg-plist
==============================================================================
--- head/www/groupoffice/pkg-plist	Sun May 25 05:23:11 2014	(r355121)
+++ head/www/groupoffice/pkg-plist	Sun May 25 05:23:59 2014	(r355122)
@@ -1,3 +1,5 @@
+ at owner www
+ at group www
 %%WWWDIR%%/CHANGELOG.TXT
 %%WWWDIR%%/FAQ.TXT
 %%WWWDIR%%/Group-Office.php


More information about the svn-ports-all mailing list