diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 05:57:01 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 05:57:01 +0000 |
commit | fd809a4346d68714b8e89b54c4aabd5f1b6a4d2a (patch) | |
tree | 57555208eff654be543858988106a78336af8472 /dns/nsd2 | |
parent | 69143483ff754f1fd396d03fe035287a2383d1f8 (diff) | |
download | ports-fd809a4346d68714b8e89b54c4aabd5f1b6a4d2a.tar.gz ports-fd809a4346d68714b8e89b54c4aabd5f1b6a4d2a.zip |
Notes
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) |