summaryrefslogtreecommitdiff
path: root/databases/mysql4-client
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-20 04:53:09 +0000
committerxtraeme <xtraeme>2004-07-20 04:53:09 +0000
commit08f1bd01e1465eb66190c07019f0349116cd8a7d (patch)
tree2e06a5035f90100dd9aada752ecc489ea7aa61f2 /databases/mysql4-client
parenta2716d968ac58644cc6d1a372fe53e742badb1f7 (diff)
downloadpkgsrc-08f1bd01e1465eb66190c07019f0349116cd8a7d.tar.gz
Use ${VARBASE}.
Diffstat (limited to 'databases/mysql4-client')
-rw-r--r--databases/mysql4-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common
index f4b6f1e1b72..40511bd586e 100644
--- a/databases/mysql4-client/Makefile.common
+++ b/databases/mysql4-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2004/07/18 22:08:46 jlam Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/07/20 04:53:09 xtraeme Exp $
DISTNAME= mysql-4.0.20
CATEGORIES= databases
@@ -19,7 +19,7 @@ EXTRACT_USING_PAX= # defined
# location of the databases
MYSQL_USER?= mysql
MYSQL_GROUP?= mysql
-MYSQL_DATADIR?= /var/mysql
+MYSQL_DATADIR?= ${VARBASE}/mysql
# MYSQL_CHARSET default character set
# MYSQL_EXTRA_CHARSET additonal character set to be compiled in.