aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/torrentsniff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-06 10:51:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-06 10:51:34 +0000
commit9da2f9eb4442fc16e6ad3167717b9f674e5ba232 (patch)
tree43a7c027da480125b94a06818cc756d11ff93829 /net-p2p/torrentsniff
parent4e82f0942b1b772d1e6e25e5bbb37f56ab1669c6 (diff)
downloadports-9da2f9eb4442fc16e6ad3167717b9f674e5ba232.tar.gz
ports-9da2f9eb4442fc16e6ad3167717b9f674e5ba232.zip
- Stage support
Notes
Notes: svn path=/head/; revision=343023
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>