mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging
This commit is contained in:
parent
a762c4c8ec
commit
5880b17653
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345379
@ -13,15 +13,14 @@ NO_BUILD= yes
|
||||
|
||||
DATADIR= ${PREFIX}/share/jargon
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
(cd ${WRKSRC}; \
|
||||
${RM} -rf html/graphics/.xvpics graphics/.xvpics \
|
||||
html/letters.html~ html/online-preface.html~)
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
(cd ${WRKSRC}; ${PAX} -rw . ${DATADIR})
|
||||
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
(cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${DATADIR})
|
||||
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user