diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-10-21 15:49:06 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-10-21 15:49:06 +0000 |
commit | e985c74c9c88255b7992c64496ba53556edb4192 (patch) | |
tree | de75e2b540092b9c8553dbdbf746fc419592cc47 /net/bind97 | |
parent | 49dedc4db2a8a96902535ae32c16dca1ce6f56aa (diff) | |
download | pkgsrc-e985c74c9c88255b7992c64496ba53556edb4192.tar.gz |
Add CONFLICTS between net/bind and net/host.
net/bind9*: remove "bind<x.y.z" entries from CONFLICTS. It is useless
because package's PKGBASE is "bind".
Diffstat (limited to 'net/bind97')
-rw-r--r-- | net/bind97/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bind97/Makefile b/net/bind97/Makefile index 6c2aed7661d..de566368fef 100644 --- a/net/bind97/Makefile +++ b/net/bind97/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2012/10/10 03:05:52 taca Exp $ +# $NetBSD: Makefile,v 1.22 2012/10/21 15:49:06 cheusov Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -10,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/software/bind/ COMMENT= Version 9.7 of the Berkeley Internet Name Daemon, implementation of DNS -CONFLICTS+= bind<9.7.0 +CONFLICTS+= host-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir |