diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-06 18:51:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-06 18:51:34 +0800 |
commit | f69c5b88929fee0e87a4145929273dcce2f299b2 (patch) | |
tree | 43a7c027da480125b94a06818cc756d11ff93829 /net-p2p | |
parent | 112899e7d2ebda268aa876d71a599f7d97923bc8 (diff) | |
download | freebsd-ports-gnome-f69c5b88929fee0e87a4145929273dcce2f299b2.tar.gz freebsd-ports-gnome-f69c5b88929fee0e87a4145929273dcce2f299b2.tar.zst freebsd-ports-gnome-f69c5b88929fee0e87a4145929273dcce2f299b2.zip |
- Stage support
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/torrentsniff/Makefile | 7 |
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> |