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 /devel | |
parent | afa54e1638b2758ab59298440a7c49e67acc3e9d (diff) | |
download | pkgsrc-2fca34f3979338ff75f83a5446369fa3455938c3.tar.gz |
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvs-current/Makefile | 4 | ||||
-rw-r--r-- | devel/cvs/Makefile | 4 | ||||
-rw-r--r-- | devel/ptl2/Makefile | 4 |
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 |