summaryrefslogtreecommitdiff
path: root/lang
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 /lang
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 'lang')
-rw-r--r--lang/eperl/Makefile4
-rw-r--r--lang/p5-Tcl/Makefile4
-rw-r--r--lang/p5-ePerl/Makefile4
3 files changed, 6 insertions, 6 deletions
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 <rse@engelschall.com>
#
-# $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 <jfitz@FreeBSD.org>
#
-# $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 <bsd.port.mk>
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 <rse@engelschall.com>
#
-# $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 <bsd.port.mk>