summaryrefslogtreecommitdiff
path: root/databases/mysql-client/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-05-20 20:09:49 +0000
committertron <tron@pkgsrc.org>1999-05-20 20:09:49 +0000
commit02e48b67b3fe395d3dfb005df2bfffac8b576246 (patch)
treee979d11b483b9d58d67bb07ed6f24bc21f5ec34a /databases/mysql-client/Makefile
parent753518d70fec3267b9cc844f5624786ddb7f19e0 (diff)
downloadpkgsrc-02e48b67b3fe395d3dfb005df2bfffac8b576246.tar.gz
Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
Diffstat (limited to 'databases/mysql-client/Makefile')
-rw-r--r--databases/mysql-client/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/mysql-client/Makefile b/databases/mysql-client/Makefile
index e6b98a58b00..c7d8ec3932f 100644
--- a/databases/mysql-client/Makefile
+++ b/databases/mysql-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/05/06 23:22:27 tv Exp $
+# $NetBSD: Makefile,v 1.2 1999/05/20 20:09:50 tron Exp $
#
DISTNAME= mysql-3.22.22
@@ -20,9 +20,6 @@ CONFIGURE_ARGS+=--without-perl --without-debug --without-bench \
CONFIGURE_ARGS+=--without-readline
.endif
-CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
- INSTALL_DATA="${INSTALL_DATA}" \
- INSTALL_SCRIPT="${INSTALL_SCRIPT}"
CFLAGS+= -Dunix
USE_GMAKE= yes