mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Stage support
This commit is contained in:
parent
4e82f0942b
commit
9da2f9eb44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343023
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user