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

- Stage support

PR:		190046
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
Approved by:	maintainer
This commit is contained in:
Martin Wilke 2014-05-25 05:27:32 +00:00
parent f45fb7ce6c
commit 96bd1dddfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355125

View File

@ -18,9 +18,8 @@ NO_BUILD= yes
DATADIR?= ${PREFIX}/www/data/feed-on-feeds
WRKSRC= ${WRKDIR}/${PROJECTHOST}
NO_STAGE= yes
do-install:
${MKDIR} ${DATADIR}
${CP} -R ${WRKSRC}/ ${DATADIR}
${MKDIR} ${STAGEDIR}${DATADIR}
${CP} -R ${WRKSRC}/ ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>