aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/torrentsniff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/torrentsniff')
-rw-r--r--net-p2p/torrentsniff/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/torrentsniff/Makefile b/net-p2p/torrentsniff/Makefile
index 4c225550cffb..138b0b23c9e5 100644
--- a/net-p2p/torrentsniff/Makefile
+++ b/net-p2p/torrentsniff/Makefile
@@ -16,10 +16,9 @@ NO_BUILD= yes
USES= shebangfix perl5
SHEBANG_FILES= torrentsniff
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/torrentsniff ${LOCALBASE}/bin
- ${MKDIR} ${SITE_PERL}/BitTorrent
- ${INSTALL_DATA} ${WRKSRC}/BitTorrent/BDecode.pm ${SITE_PERL}/BitTorrent
+ ${INSTALL_SCRIPT} ${WRKSRC}/torrentsniff ${STAGEDIR}${PREFIX}/bin
+ ${MKDIR} ${STAGEDIR}${SITE_PERL}/BitTorrent
+ ${INSTALL_DATA} ${WRKSRC}/BitTorrent/BDecode.pm ${STAGEDIR}${SITE_PERL}/BitTorrent
.include <bsd.port.mk>