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

- Stage support

This commit is contained in:
Martin Wilke 2014-02-06 10:31:46 +00:00
parent cf347e5577
commit c3390f2ce1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343009

View File

@ -17,12 +17,11 @@ NO_BUILD= yes
USES= shebangfix perl5
SHEBANG_FILES= ip6_int
NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ip6_int ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ip6_int ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>