diff options
author | lukem <lukem@pkgsrc.org> | 2003-01-20 23:16:38 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2003-01-20 23:16:38 +0000 |
commit | dd4939bb62ec73f49e92fd6638ca5ae066c9eabd (patch) | |
tree | 42f56dac87d1eec4bfa54b245638b6c68365dc44 /databases | |
parent | d81abd3c5265cb09b47b54dd8067c1fa89ab5e4b (diff) | |
download | pkgsrc-dd4939bb62ec73f49e92fd6638ca5ae066c9eabd.tar.gz |
add definitions for MYSQL_USER and MYSQL_GROUP
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-client/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
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 |