aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql50-client
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-02-20 10:24:28 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-02-20 10:24:28 +0000
commit8fd67f732a54b28241f6c981e354fd521b1de690 (patch)
tree3dea85fab739e0b006a769b618ba5497dd175afd /databases/mysql50-client
parentf408a9d4420ede0539514980b4938b22b4f21a17 (diff)
downloadports-8fd67f732a54b28241f6c981e354fd521b1de690.tar.gz
ports-8fd67f732a54b28241f6c981e354fd521b1de690.zip
Use ${PERL} for substituting and not ${PERL5}.
Notes
Notes: svn path=/head/; revision=16791
Diffstat (limited to 'databases/mysql50-client')
-rw-r--r--databases/mysql50-client/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysql50-client/Makefile b/databases/mysql50-client/Makefile
index 35941ceda191..23b7469f7018 100644
--- a/databases/mysql50-client/Makefile
+++ b/databases/mysql50-client/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 Jan 1998
# Whom: Josh Tiefenbach <josh@ican.net>
#
-# $Id: Makefile,v 1.41 1999/02/07 22:35:56 dirk Exp $
+# $Id: Makefile,v 1.42 1999/02/08 17:41:30 dirk Exp $
#
DISTNAME= mysql-3.22.16a-gamma
@@ -26,8 +26,8 @@ CONFIGURE_ARGS= --localstatedir=/var/db/mysql \
--without-debug \
--without-readline \
--without-bench
-CONFIGURE_ENV+= PERL=${PERL5} \
- PERL5=${PERL5} \
+CONFIGURE_ENV+= PERL=${PERL} \
+ PERL5=${PERL} \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
CXXFLAGS="${CFLAGS}"