1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-07-06 14:28:04 +00:00
parent ee81868171
commit ddea26e224
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360907

View File

@ -24,11 +24,8 @@ GROUP= www
DIST_SUBDIR= ${DISTNAME}
NO_BUILD= yes
NO_STAGE= yes
.include <bsd.port.pre.mk>
do-install:
${MKDIR} ${PREFIX}/${DISTNAME} && cd ${WRKSRC} && ${FIND} . |\
${CPIO} -pdmu -R ${USER}:${GROUP} ${PREFIX}/${DISTNAME}
${MKDIR} ${STAGEDIR}${PREFIX}/${DISTNAME} && cd ${WRKSRC} && ${FIND} . |\
${CPIO} -pdmu -R ${USER}:${GROUP} ${STAGEDIR}${PREFIX}/${DISTNAME}
.include <bsd.port.post.mk>
.include <bsd.port.mk>