aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-mysql/Makefile
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 /databases/p5-DBD-mysql/Makefile
parent32e50f27db0568e90be88dd6f16bcd7a904ce61f (diff)
downloadports-668e0f51f4cd6da8b873bbe85c2c632a7b33d849.tar.gz
ports-668e0f51f4cd6da8b873bbe85c2c632a7b33d849.zip
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 'databases/p5-DBD-mysql/Makefile')
-rw-r--r--databases/p5-DBD-mysql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile
index c89e430150e0..907181e2a2b5 100644
--- a/databases/p5-DBD-mysql/Makefile
+++ b/databases/p5-DBD-mysql/Makefile
@@ -3,7 +3,7 @@
# Date created: September 29th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.8 1998/08/31 14:02:06 vanilla Exp $
+# $Id: Makefile,v 1.9 1998/09/06 19:28:04 andreas Exp $
#
DISTNAME= Msql-Mysql-modules-1.2003
@@ -28,6 +28,6 @@ MAN3= Bundle::Mysql.3 \
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>