1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add staging support

This commit is contained in:
Pawel Pekala 2014-04-28 19:35:04 +00:00
parent 7347f74dac
commit 35e8dbcb2c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352546

View File

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