diff options
author | taca <taca@pkgsrc.org> | 2010-09-21 15:57:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-21 15:57:30 +0000 |
commit | d9e6719e9c5355b71256b71a691d75850f793493 (patch) | |
tree | 16a555f10e11c538763bdc31597753aebe7235e1 /databases/mysql51-client/Makefile | |
parent | 9adbbc12fe9be58b97a86e0f1946e0e5180f59ce (diff) | |
download | pkgsrc-d9e6719e9c5355b71256b71a691d75850f793493.tar.gz |
* Install my_compiler.h as public header. It is already fixed in
MySQL's repository.
* Add comments to patches.
Bump PKGREVISION and it fixes P$ pkg/43887.
Diffstat (limited to 'databases/mysql51-client/Makefile')
-rw-r--r-- | databases/mysql51-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql51-client/Makefile b/databases/mysql51-client/Makefile index 24bad74afa0..6dcc610ad30 100644 --- a/databases/mysql51-client/Makefile +++ b/databases/mysql51-client/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/04/20 22:58:10 taca Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/21 15:57:30 taca Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} +PKGREVISION= 1 SVR4_PKGNAME= mysqc COMMENT= MySQL 5, a free SQL database (client) |