- Stage support

PR:		190287
This commit is contained in:
Martin Wilke 2014-06-03 05:03:38 +00:00
parent dda4a694f0
commit 7d746540a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356283

View File

@ -20,10 +20,9 @@ WEBGRP?= www
APACHEDIR= ${LOCALBASE}/www/
INSTALLDIR= ${APACHEDIR}/${PORTNAME}
NO_STAGE= yes
do-install:
${MKDIR} ${INSTALLDIR}
${MKDIR} ${STAGEDIR}${INSTALLDIR}
cd ${WRKSRC}; ${FIND} . \
| ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}
| ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${STAGEDIR}${INSTALLDIR}
.include <bsd.port.mk>