- Support staging

- Use shebangfix
This commit is contained in:
Emanuel Haupt 2014-03-20 15:44:13 +00:00
parent a55a41285b
commit 72bf01801c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348705

View file

@ -16,12 +16,13 @@ RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm
NO_BUILD= yes
USE_TEX= latex dvipsk
USES= perl5
USES= perl5 shebangfix
USE_PERL5= run
NO_WRKSUBDIR= yes
SHEBANG_FILES= textogif
NO_STAGE= yes
do-install:
@cd ${WRKDIR};\
${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>