summaryrefslogtreecommitdiff
path: root/net-p2p/createtorrent
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-24 15:11:40 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-24 15:11:40 +0000
commit3484c276180e9001d2fec00011e23d923b72839d (patch)
tree507f5b6d7d05ba03a114f9b2031886e90ed6cf4b /net-p2p/createtorrent
parent- Fix home page url (diff)
Support staging.
Notes
Notes: svn path=/head/; revision=331494
Diffstat (limited to 'net-p2p/createtorrent')
-rw-r--r--net-p2p/createtorrent/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/createtorrent/Makefile b/net-p2p/createtorrent/Makefile
index cc7fa41e9b5c..f7f99cb537d1 100644
--- a/net-p2p/createtorrent/Makefile
+++ b/net-p2p/createtorrent/Makefile
@@ -16,8 +16,7 @@ USE_OPENSSL= yes
PLIST_FILES= bin/createtorrent
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>