summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-client/Makefile.common6
-rw-r--r--databases/mysql4-client/Makefile.common6
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common
index 6fe850e966e..3293e0c5341 100644
--- a/databases/mysql-client/Makefile.common
+++ b/databases/mysql-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.40 2005/04/11 21:45:12 tv Exp $
+# $NetBSD: Makefile.common,v 1.41 2005/05/16 03:04:44 jlam Exp $
DISTNAME= mysql-4.0.24
CATEGORIES= databases
@@ -9,13 +9,13 @@ MASTER_SITES= http://mirrors.sunsite.dk/mysql/Downloads/MySQL-4.0/ \
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.mysql.com/
-EXTRACT_USING_PAX= # defined
-
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
+EXTRACT_USING= pax
+
# MYSQL_USER username of the database administrator
# MYSQL_GROUP group of the database administrator
# MYSQL_DATADIR home directory of the database administrator and
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common
index a50635bcc55..6b2c2ca2499 100644
--- a/databases/mysql4-client/Makefile.common
+++ b/databases/mysql4-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2005/04/11 21:45:12 tv Exp $
+# $NetBSD: Makefile.common,v 1.37 2005/05/16 03:04:44 jlam Exp $
DISTNAME= mysql-4.1.11
CATEGORIES= databases
@@ -9,13 +9,13 @@ MASTER_SITES= http://mirrors.sunsite.dk/mysql/Downloads/MySQL-4.1/ \
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.mysql.com/
-EXTRACT_USING_PAX= # defined
-
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
+EXTRACT_USING= pax
+
# MYSQL_USER username of the database administrator
# MYSQL_GROUP group of the database administrator
# MYSQL_DATADIR home directory of the database administrator and