summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-06 10:51:34 +0000
committermiwi <miwi@FreeBSD.org>2014-02-06 10:51:34 +0000
commitf69c5b88929fee0e87a4145929273dcce2f299b2 (patch)
tree43a7c027da480125b94a06818cc756d11ff93829
parent112899e7d2ebda268aa876d71a599f7d97923bc8 (diff)
downloadFreeBSD-ports-f69c5b88929fee0e87a4145929273dcce2f299b2.zip
FreeBSD-ports-f69c5b88929fee0e87a4145929273dcce2f299b2.tar.gz
- Stage support
-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 4c22555..138b0b2 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>
OpenPOWER on IntegriCloud