From dd4939bb62ec73f49e92fd6638ca5ae066c9eabd Mon Sep 17 00:00:00 2001 From: lukem Date: Mon, 20 Jan 2003 23:16:38 +0000 Subject: add definitions for MYSQL_USER and MYSQL_GROUP --- databases/mysql-client/Makefile.common | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common index 11619aacc4c..b3e53de13b9 100644 --- a/databases/mysql-client/Makefile.common +++ b/databases/mysql-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2002/09/20 10:39:07 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2003/01/20 23:16:38 lukem Exp $ DISTNAME= mysql-3.23.49 CATEGORIES= databases @@ -13,6 +13,12 @@ EXTRACT_USING_PAX= # defined .include "../../mk/bsd.prefs.mk" +# MYSQL_USER username of the database administrator +# MYSQL_GROUP group of the database administrator +# MYSQL_DATADIR home directory of the database administrator and +# location of the databases +MYSQL_USER?= mysql +MYSQL_GROUP?= mysql MYSQL_DATADIR?= /var/mysql USE_BUILDLINK2= # defined -- cgit v1.2.3