diff options
Diffstat (limited to 'textproc/textogif/Makefile')
-rw-r--r-- | textproc/textogif/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/textogif/Makefile b/textproc/textogif/Makefile index 6fc9aa84101c..58a45089f750 100644 --- a/textproc/textogif/Makefile +++ b/textproc/textogif/Makefile @@ -12,14 +12,16 @@ WWW= https://www.fourmilab.ch/webtools/textogif/ RUN_DEPENDS= ppmtogif:graphics/netpbm -NO_BUILD= yes -USE_TEX= latex dvipsk -USES= perl5 shebangfix +USES= perl5 shebangfix tex USE_PERL5= run -NO_WRKSUBDIR= yes +USE_TEX= latex dvipsk SHEBANG_FILES= textogif +NO_BUILD= yes + +NO_WRKSUBDIR= yes + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin |