1
0
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:
Emanuel Haupt 2014-03-14 09:09:09 +00:00
parent f6e72c2531
commit 2e0c0add2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348188

View File

@ -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>