1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
- Use shebangfix
- Use tar:bzip2
This commit is contained in:
Emanuel Haupt 2014-06-25 10:59:20 +00:00
parent 63b65adaae
commit 3e68eaf2b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359218

View File

@ -14,14 +14,14 @@ COMMENT= Simple image viewer
RUN_DEPENDS= p5-Prima>=1.21:${PORTSDIR}/x11-toolkits/p5-Prima \
IPA>=1.03:${PORTSDIR}/graphics/IPA
USE_BZIP2= yes
USES= perl5
USES= perl5 shebangfix tar:bzip2
USE_PERL5= run
NO_BUILD= yes
SHEBANG_FILES= fotofix
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>