aboutsummaryrefslogtreecommitdiff
path: root/print/txtbdf2ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/txtbdf2ps/Makefile')
-rw-r--r--print/txtbdf2ps/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/print/txtbdf2ps/Makefile b/print/txtbdf2ps/Makefile
index a43fda748d2e..45be3a0f7822 100644
--- a/print/txtbdf2ps/Makefile
+++ b/print/txtbdf2ps/Makefile
@@ -21,11 +21,10 @@ EXTRACT_AFTER_ARGS= ${WRKDIR}
NO_WRKSUBDIR= yes
NO_BUILD= yes
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${DISTNAME}.txt
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${PREFIX}/bin/txtbdf2ps
+ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${STAGEDIR}${PREFIX}/bin/txtbdf2ps
.include <bsd.port.mk>