Sat Sep 20 07:13:22 2008 UTC ()
I'll take maintainership.


(sketch)
diff -r1.33 -r1.34 pkgsrc/databases/mysql5-client/Makefile.common

cvs diff -r1.33 -r1.34 pkgsrc/databases/mysql5-client/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/mysql5-client/Attic/Makefile.common 2008/09/18 11:50:44 1.33
+++ pkgsrc/databases/mysql5-client/Attic/Makefile.common 2008/09/20 07:13:22 1.34
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile.common,v 1.33 2008/09/18 11:50:44 taca Exp $ 1# $NetBSD: Makefile.common,v 1.34 2008/09/20 07:13:22 sketch Exp $
2# 2#
3# used by databases/mysql5-client/Makefile 3# used by databases/mysql5-client/Makefile
4# used by databases/mysql5-server/Makefile 4# used by databases/mysql5-server/Makefile
5# 5#
6 6
7DISTNAME= mysql-5.0.67 7DISTNAME= mysql-5.0.67
8CATEGORIES= databases 8CATEGORIES= databases
9MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.0/} 9MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.0/}
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= sketch@NetBSD.org
12HOMEPAGE= http://www.mysql.com/ 12HOMEPAGE= http://www.mysql.com/
13 13
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16 16
17.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"
18.include "options.mk" 18.include "options.mk"
19 19
20EXTRACT_USING= bsdtar 20EXTRACT_USING= bsdtar
21 21
22# MYSQL_USER username of the database administrator 22# MYSQL_USER username of the database administrator
23# MYSQL_GROUP group of the database administrator 23# MYSQL_GROUP group of the database administrator
24# MYSQL_DATADIR home directory of the database administrator and 24# MYSQL_DATADIR home directory of the database administrator and