summaryrefslogtreecommitdiff
path: root/x11/type1inst
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-28 09:14:50 +0000
committerjlam <jlam@pkgsrc.org>2000-08-28 09:14:50 +0000
commitbb3a9554989d91ee874bae222350289ea4d889d0 (patch)
tree6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /x11/type1inst
parent4a7ce722b8dbf5822362b8e311c056e3be5d8644 (diff)
downloadpkgsrc-bb3a9554989d91ee874bae222350289ea4d889d0.tar.gz
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'x11/type1inst')
-rw-r--r--x11/type1inst/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/type1inst/Makefile b/x11/type1inst/Makefile
index 698c01fcd9a..86eccee585d 100644
--- a/x11/type1inst/Makefile
+++ b/x11/type1inst/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/07/11 10:33:50 agc Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/28 09:14:52 jlam Exp $
#
DISTNAME= type1inst-0.6.1
@@ -13,7 +13,7 @@ USE_X11BASE= yes
post-patch:
@for patchee in ${WRKSRC}/type1inst ${WRKSRC}/t1embed; do \
${MV} -f $$patchee ${WRKSRC}/foo ; \
- ${SED} -e 's@XXXPERLXXX@${LOCALBASE}/bin/perl@g' \
+ ${SED} -e 's@XXXPERLXXX@${PERL5}@g' \
<${WRKSRC}/foo > $$patchee ; \
done
@${RM} -f ${WRKSRC}/foo