diff options
author | edwin <edwin@FreeBSD.org> | 2008-05-24 08:33:50 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-05-24 08:33:50 +0800 |
commit | 52390b6139d6dfb8914c585f3bd63b3216fbd4c7 (patch) | |
tree | ff6a82f7ccb54e0079401b5219bef4e9dd367c04 /net/mDNSResponder | |
parent | ca88cc322e884b03bb93b890797e92fcdcb73938 (diff) | |
download | freebsd-ports-gnome-52390b6139d6dfb8914c585f3bd63b3216fbd4c7.tar.gz freebsd-ports-gnome-52390b6139d6dfb8914c585f3bd63b3216fbd4c7.tar.zst freebsd-ports-gnome-52390b6139d6dfb8914c585f3bd63b3216fbd4c7.zip |
net/mDNSResponder and net/avahi-libdns install files in the same place
net/mDNSResponder and net/avahi-libdns install files in the
same place.
/usr/ports/net/mDNSResponder/Makefile contains CONFLICTS=
avahi+libdns-[0-9]*, but the package name is avahi-libdns-0.6.22.
/usr/ports/net/avahi-libdns/Makefile does not contain any
CONFLICTS section.
PR: ports/121434
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Approved by: various maintainer timeouts
Diffstat (limited to 'net/mDNSResponder')
-rw-r--r-- | net/mDNSResponder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile index bb79a79551b3..daddb1f96e90 100644 --- a/net/mDNSResponder/Makefile +++ b/net/mDNSResponder/Makefile @@ -33,7 +33,7 @@ EXTRAMAN8= dnsextd.8 mDNSResponderPosix.8 MAN8= mdnsd.8 ${EXTRAMAN8} -CONFLICTS= avahi+libdns-[0-9]* +CONFLICTS= avahi-libdns-[0-9]* .include <bsd.port.pre.mk> |