summaryrefslogtreecommitdiff
path: root/databases/mysql4-client
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-16 03:04:44 +0000
committerjlam <jlam@pkgsrc.org>2005-05-16 03:04:44 +0000
commit2338cbae2709fa31f2b29fa5a4636469fbc53d70 (patch)
treeb4a01b61c27a7220ff7f5134cb7652ae5ab80571 /databases/mysql4-client
parente70b376fa428d35e2ee7ec89f1f025ea77c1a2e5 (diff)
downloadpkgsrc-2338cbae2709fa31f2b29fa5a4636469fbc53d70.tar.gz
Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
Diffstat (limited to 'databases/mysql4-client')
-rw-r--r--databases/mysql4-client/Makefile.common6
1 files changed, 3 insertions, 3 deletions
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