mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Support staging
- Use shebangfix
This commit is contained in:
parent
a55a41285b
commit
72bf01801c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348705
1 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue