- Stage support
PR: 190127
This commit is contained in:
parent
cc623e57e3
commit
8c56d36ef5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355122
2 changed files with 6 additions and 5 deletions
|
@ -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/wbxml2
|
|||
.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:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@owner www
|
||||
@group www
|
||||
%%WWWDIR%%/CHANGELOG.TXT
|
||||
%%WWWDIR%%/FAQ.TXT
|
||||
%%WWWDIR%%/Group-Office.php
|
||||
|
|
Loading…
Reference in a new issue