summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-15 21:31:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-15 21:31:59 +0000
commit668e0f51f4cd6da8b873bbe85c2c632a7b33d849 (patch)
treea51511e38b929fa10d17436f1464819312ac60ed /misc
parentUpgrade to 1.7. (diff)
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything. Submitted by: dima
Notes
Notes: svn path=/head/; revision=13159
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-Array-PrintCols/Makefile4
-rw-r--r--misc/p5-Locale-Codes/Makefile4
-rw-r--r--misc/sma/Makefile4
3 files changed, 6 insertions, 6 deletions
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 <jfitz@FreeBSD.org>
#
-# $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 <bsd.port.mk>
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 <jfitz@FreeBSD.ORG>
#
-# $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 <bsd.port.mk>
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 <dburr@FreeBSD.ORG>
#
-# $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