diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-05 13:57:01 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-05 13:57:01 +0800 |
commit | 018519f6d4d4216663860f7b6b77e35178ebd858 (patch) | |
tree | ab244c42887fce46b207105c8521d9d3f0e7107c /dns/nsd2 | |
parent | 0ebc2f4ae8fb6e7662cdb4e4bb5d60a9892ce5b4 (diff) | |
download | freebsd-ports-gnome-018519f6d4d4216663860f7b6b77e35178ebd858.tar.gz freebsd-ports-gnome-018519f6d4d4216663860f7b6b77e35178ebd858.tar.zst freebsd-ports-gnome-018519f6d4d4216663860f7b6b77e35178ebd858.zip |
- Add CONFLICTS with dns/nsd and avoid duplicate LATEST_LINK.
Diffstat (limited to 'dns/nsd2')
-rw-r--r-- | dns/nsd2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/nsd2/Makefile b/dns/nsd2/Makefile index 2fe729076802..7d6328e13239 100644 --- a/dns/nsd2/Makefile +++ b/dns/nsd2/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ MAINTAINER= oli@isnic.is COMMENT= An authoritative only non-recursive name server +CONFLICTS= nsd-[3-9]* + USE_RC_SUBR= nsd.sh GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-user=${NSDUSER} \ @@ -47,6 +49,8 @@ SUB_LIST= NSDUSER="${NSDUSER}" \ NSDDIR="${NSDDIR}" \ NSDDBFILE="${NSDDBFILE}" +LATEST_LINK= nsd2 + .include <bsd.port.pre.mk> .if defined(WITH_ROOT_SERVER) |