From 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 Mon Sep 17 00:00:00 2001 From: Satoshi 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 --- misc/p5-Array-PrintCols/Makefile | 4 ++-- misc/p5-Locale-Codes/Makefile | 4 ++-- misc/sma/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'misc') diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index c632e39d4430..dcf20b9432f8 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.10 1998/03/11 02:56:49 vanilla Exp $ +# $Id: Makefile,v 1.11 1998/08/15 02:09:58 asami Exp $ # DISTNAME= Array-PrintCols-2.1 @@ -20,6 +20,6 @@ MAN3= Array::PrintCols.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile index c48459fa89c4..f5dfffc90fcb 100644 --- a/misc/p5-Locale-Codes/Makefile +++ b/misc/p5-Locale-Codes/Makefile @@ -3,7 +3,7 @@ # Date created: June 26th 1997 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.2 1998/04/04 14:02:32 vanilla Exp $ +# $Id: Makefile,v 1.3 1998/08/15 02:10:04 asami Exp $ # DISTNAME= Locale-Codes-1.00 @@ -20,6 +20,6 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Locale::Country.3 Locale::Language.3 do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL .include diff --git a/misc/sma/Makefile b/misc/sma/Makefile index 7068612e842c..f4736e681376 100644 --- a/misc/sma/Makefile +++ b/misc/sma/Makefile @@ -3,7 +3,7 @@ # Date created: 8 May 1998 # Whom: Donald Burr # -# $Id: Makefile,v 1.2 1998/05/30 12:36:19 dburr Exp $ +# $Id: Makefile,v 1.3 1998/07/06 14:13:54 dburr Exp $ # DISTNAME= SMA @@ -25,7 +25,7 @@ do-extract: @${MKDIR} ${WRKDIR} pre-configure: - @${SED} -e '1,1s:/usr/bin/perl:${PREFIX}/bin/perl5.00404:' \ + @${SED} -e '1,1s:/usr/bin/perl:${PERL5}:' \ -e '/\$debug = 3/s//\$debug = 0/' \ ${DISTDIR}/SMA.pl > ${WRKDIR}/sma -- cgit v1.2.3