From e755ee1d47f4b0d9d4c8bd2a570d38555b88b607 Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 15 Sep 1998 21:31:59 +0000 Subject: Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima --- lang/eperl/Makefile | 4 ++-- lang/p5-Tcl/Makefile | 4 ++-- lang/p5-ePerl/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lang') diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index d8d0023f65bc..2a9932b6f01e 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -3,7 +3,7 @@ # Date created: 03-Sep-1997 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.27 1998/07/10 09:11:31 rse Exp $ +# $Id: Makefile,v 1.28 1998/08/02 14:53:32 rse Exp $ # DISTNAME= eperl-2.2.14 @@ -28,7 +28,7 @@ RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache USE_PERL5= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --with-perl=${PREFIX}/bin/perl +CONFIGURE_ARGS= --with-perl=${PERL5} MAN1= eperl.1 diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index 08e9f26be003..ab6e89889dbf 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -3,7 +3,7 @@ # Date created: June 15th 1997 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.4 1997/11/22 01:11:25 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/30 15:52:48 steve Exp $ # DISTNAME= Tcl-b2 @@ -24,6 +24,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Tcl.3 do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include diff --git a/lang/p5-ePerl/Makefile b/lang/p5-ePerl/Makefile index 640e525c74d5..13358867a5cd 100644 --- a/lang/p5-ePerl/Makefile +++ b/lang/p5-ePerl/Makefile @@ -3,7 +3,7 @@ # Date created: 03-Sep-1997 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.15 1998/08/02 14:55:26 rse Exp $ +# $Id: Makefile,v 1.16 1998/08/22 19:55:01 jseger Exp $ # DISTNAME= eperl-2.2.14 @@ -23,6 +23,6 @@ MAN3= Parse::ePerl.3 Apache::ePerl.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include -- cgit