aboutsummaryrefslogtreecommitdiff
path: root/graphics/springgraph
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-28 19:35:04 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-28 19:35:04 +0000
commit35e8dbcb2c986c0340abdc291a061608939f602d (patch)
treebb95a25df514233f97407a603c1ef1c3ed4c5a3f /graphics/springgraph
parent7347f74dac0443eab09d3bcb7cd662ff724adf5a (diff)
downloadports-35e8dbcb2c986c0340abdc291a061608939f602d.tar.gz
ports-35e8dbcb2c986c0340abdc291a061608939f602d.zip
Add staging support
Notes
Notes: svn path=/head/; revision=352546
Diffstat (limited to 'graphics/springgraph')
-rw-r--r--graphics/springgraph/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/springgraph/Makefile b/graphics/springgraph/Makefile
index e571d752d435..58c9269a241e 100644
--- a/graphics/springgraph/Makefile
+++ b/graphics/springgraph/Makefile
@@ -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>