1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-21 12:36:20 +00:00
parent a762c4c8ec
commit 5880b17653
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345379

View File

@ -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>