summaryrefslogtreecommitdiff
path: root/devel
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 /devel
parent4a7ce722b8dbf5822362b8e311c056e3be5d8644 (diff)
downloadpkgsrc-bb3a9554989d91ee874bae222350289ea4d889d0.tar.gz
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'devel')
-rw-r--r--devel/cvs-current/Makefile4
-rw-r--r--devel/cvs/Makefile4
-rw-r--r--devel/ptl2/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/cvs-current/Makefile b/devel/cvs-current/Makefile
index 9f52a250810..96c73910b67 100644
--- a/devel/cvs-current/Makefile
+++ b/devel/cvs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/08/10 17:00:39 thorpej Exp $
+# $NetBSD: Makefile,v 1.10 2000/08/28 09:14:50 jlam Exp $
#
DISTNAME= cvs-1.10.8
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --with-krb4=no
CFLAGS+= -DLOCALID=\"\\\"${RCS_LOCALID}\\\"\"
.endif
-CONFIGURE_ENV+= perl_path=${LOCALBASE}/bin/perl
+CONFIGURE_ENV+= perl_path=${PERL5}
INFO_FILES= cvs.info cvsclient.info
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile
index 29bdc5df16c..77ddf70feff 100644
--- a/devel/cvs/Makefile
+++ b/devel/cvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2000/08/10 17:00:39 thorpej Exp $
+# $NetBSD: Makefile,v 1.29 2000/08/28 09:14:50 jlam Exp $
#
DISTNAME= cvs-1.10
@@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --with-krb4=no
CFLAGS+= -DLOCALID=\"\\\"${RCS_LOCALID}\\\"\"
.endif
-CONFIGURE_ENV+= perl_path=${LOCALBASE}/bin/perl
+CONFIGURE_ENV+= perl_path=${PERL5}
INFO_FILES= cvs.info cvsclient.info
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile
index 8170827982e..b1d3aa1dfcf 100644
--- a/devel/ptl2/Makefile
+++ b/devel/ptl2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2000/07/17 12:40:02 msaitoh Exp $
+# $NetBSD: Makefile,v 1.24 2000/08/28 09:14:50 jlam Exp $
DISTNAME= PTL-2.1.4
PKGNAME= ptl-2.1.4
@@ -10,7 +10,7 @@ PATCH_SITES= ${MASTER_SITES}
MAINTAINER= msaitoh@netbsd.org
HOMEPAGE= http://www.media.osaka-cu.ac.jp/~k-abe/PTL/
-BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5
+BUILD_DEPENDS= ${PERL5}:../../lang/perl5
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}"
PLIST_SRC= ${WRKDIR}/PLIST