summaryrefslogtreecommitdiff
path: root/databases/mysql-client/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql-client/Makefile.common')
-rw-r--r--databases/mysql-client/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common
index 25cb883ae95..4e344f375f7 100644
--- a/databases/mysql-client/Makefile.common
+++ b/databases/mysql-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2004/04/03 16:06:16 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.24 2004/07/20 04:53:09 xtraeme Exp $
DISTNAME= mysql-3.23.58
CATEGORIES= databases
@@ -20,7 +20,7 @@ USE_GCC_SHLIB= # 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.