diff options
Diffstat (limited to 'print/txtbdf2ps')
-rw-r--r-- | print/txtbdf2ps/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/txtbdf2ps/Makefile b/print/txtbdf2ps/Makefile index 45be3a0f7822..bfe789000602 100644 --- a/print/txtbdf2ps/Makefile +++ b/print/txtbdf2ps/Makefile @@ -14,16 +14,15 @@ COMMENT= Translator TXT + BDF to PS PROJECTHOST= ak-various-projects PLIST_FILES= bin/txtbdf2ps -USES= perl5 +USES= perl5 shebangfix EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKDIR} +SHEBANG_FILES= ${DISTNAME}.txt NO_WRKSUBDIR= yes +NO_ARCH= yes NO_BUILD= yes -post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${DISTNAME}.txt - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${STAGEDIR}${PREFIX}/bin/txtbdf2ps |