From bb3a9554989d91ee874bae222350289ea4d889d0 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 28 Aug 2000 09:14:50 +0000 Subject: Use PERL5 variable for location of perl5 binary. --- devel/cvs-current/Makefile | 4 ++-- devel/cvs/Makefile | 4 ++-- devel/ptl2/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3