mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
- Use shebangfix
This commit is contained in:
parent
f6e72c2531
commit
2e0c0add2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348188
@ -16,13 +16,17 @@ LICENSE= GPLv2
|
||||
|
||||
NO_BUILD= none
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= run
|
||||
|
||||
PLIST_FILES= bin/find-zlib
|
||||
SHEBANG_FILES= find-zlib
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user