diff options
author | wiz <wiz@pkgsrc.org> | 2013-12-05 14:20:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-12-05 14:20:02 +0000 |
commit | 906aef4f9af33c809ad78f3f19f2eba3074a7268 (patch) | |
tree | a53e037a9eb2ad5579b47c06fbe73a13c1f40ea3 /databases/mysql56-client | |
parent | 4069f5894fd1ac60f056e9fe3ae9e85fb8cb9426 (diff) | |
download | pkgsrc-906aef4f9af33c809ad78f3f19f2eba3074a7268.tar.gz |
Remove CONFLICTS with ${PKGBASE}, these are automatic.
Avoids unnecessary pkgin warning.
Diffstat (limited to 'databases/mysql56-client')
-rw-r--r-- | databases/mysql56-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql56-client/Makefile b/databases/mysql56-client/Makefile index 5825c417f0f..9398510fea5 100644 --- a/databases/mysql56-client/Makefile +++ b/databases/mysql56-client/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2013/10/01 10:26:39 adam Exp $ +# $NetBSD: Makefile,v 1.9 2013/12/05 14:20:02 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} SVR4_PKGNAME= mysqc COMMENT= MySQL 5, a free SQL database (client) -CONFLICTS= {mysql-client-[0-9]*,mysql3-client-[0-9]*} +CONFLICTS= mysql3-client-[0-9]* .include "Makefile.common" |