summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 02:46:03 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 02:46:03 +0000
commit06f0a4c3c2051370b645889877b890871f653667 (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /print
parentbe7f4fdef3c6ab7b370c57cfd4aef4beb08ea983 (diff)
downloadpkgsrc-06f0a4c3c2051370b645889877b890871f653667.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-nox11/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common
index 277f867dbfe..b98f0601907 100644
--- a/print/ghostscript-nox11/Makefile.common
+++ b/print/ghostscript-nox11/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2000/07/26 08:10:14 itohy Exp $
+# $NetBSD: Makefile.common,v 1.4 2000/08/27 02:46:06 jlam Exp $
DISTNAME= ghostscript-${GS_VERS}
GS_VERS= 6.01
@@ -136,7 +136,6 @@ MAKEFRAGS= ${FILESDIR}/devs.x11
.endif
MAKEFRAGS+= ${FILESDIR}/devs.nox11
-PERL_PATH= ${LOCALBASE}/bin/perl
GSINST_DIR= ${PREFIX}/share/ghostscript/${GS_VERS}vflib
DOC_DIR= ${PREFIX}/share/doc/ghostscript
LIB_DIR= ${GSINST_DIR}/lib
@@ -196,7 +195,7 @@ do-configure:
> ${WRKDIR}/unix-gcc.mak
${MV} -f ${WRKDIR}/unix-gcc.mak ${WRKSRC}/src
- ${SED} -e "s,@PERL@,${PERL_PATH},g" \
+ ${SED} -e "s,@PERL@,${PERL5},g" \
< ${WRKSRC}/lib/fixmswrd.pl.in > ${WRKSRC}/lib/fixmswrd.pl
post-install: