mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Support stage
This commit is contained in:
parent
ee81868171
commit
ddea26e224
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360907
1 changed files with 3 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue