1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-17 15:09:18 +00:00
parent 181e54b4bc
commit 9f85c3d522
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344777

View File

@ -14,9 +14,8 @@ USE_PHP= gettext iconv mbstring session xml zlib
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_STAGE= yes
do-install:
${MKDIR} ${WWWDIR}
${CP} -R ${WRKSRC}/ ${WWWDIR}
${MKDIR} ${STAGEDIR}${WWWDIR}
${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>