summaryrefslogtreecommitdiff
path: root/databases/mysql4-client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql4-client/Makefile')
-rw-r--r--databases/mysql4-client/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/mysql4-client/Makefile b/databases/mysql4-client/Makefile
index 62e1fcad316..42092973b8d 100644
--- a/databases/mysql4-client/Makefile
+++ b/databases/mysql4-client/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2004/11/01 20:00:51 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/08 18:19:41 xtraeme Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= mysqc
COMMENT= MySQL 4, a free SQL database (client)
@@ -11,6 +11,7 @@ USE_BUILDLINK3= yes
.include "Makefile.common"
+CONFIGURE_ARGS+= --without-extra-tools
CONFIGURE_ARGS+= --without-server
CONFIGURE_ARGS+= --enable-thread-safe-client
UNWRAP_FILES= scripts/mysql_config
@@ -18,9 +19,6 @@ UNWRAP_FILES= scripts/mysql_config
INFO_FILES= mysql.info
post-install:
- cd ${PREFIX}/man/man1 && \
- ${RM} -f mysqld.1 mysqld_multi.1 mysqld_safe.1 safe_mysqld.1
- cd ${PREFIX}/share/mysql && ${RM} -f mysql.server
${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info
.include "../../devel/readline/buildlink3.mk"