diff options
Diffstat (limited to 'dns/nsd2/Makefile')
-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) |