diff options
author | jlam <jlam> | 2000-08-28 09:14:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-28 09:14:50 +0000 |
commit | 2fca34f3979338ff75f83a5446369fa3455938c3 (patch) | |
tree | 6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /x11/type1inst | |
parent | afa54e1638b2758ab59298440a7c49e67acc3e9d (diff) | |
download | pkgsrc-2fca34f3979338ff75f83a5446369fa3455938c3.tar.gz |
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'x11/type1inst')
-rw-r--r-- | x11/type1inst/Makefile | 4 |
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 |