1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-27 09:09:17 +00:00
parent bc53620c8e
commit 9603b18544
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346285

View File

@ -22,8 +22,7 @@ NO_BUILD= yes
USES= shebangfix perl5
SHEBANG_FILES= sig2dot.pl
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sig2dot.pl ${PREFIX}/bin/sig2dot
${INSTALL_SCRIPT} ${WRKSRC}/sig2dot.pl ${STAGEDIR}${PREFIX}/bin/sig2dot
.include <bsd.port.mk>