summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-10-22 15:08:58 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-10-22 15:08:58 +0000
commitf303c83fe87252212857fc12803f4162f72c0118 (patch)
treecb68f09ef5cb85ccbccd518eed22a9455ee94880
parentUpdate munin to 2.0.23. (diff)
Don't install named rc script with bind-tools.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=371360
-rw-r--r--dns/bind-tools/Makefile2
-rw-r--r--dns/bind910/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/dns/bind-tools/Makefile b/dns/bind-tools/Makefile
index 589a861c89eb..bb119b3426f1 100644
--- a/dns/bind-tools/Makefile
+++ b/dns/bind-tools/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMESUFFIX= -tools
COMMENT= Command line tools from BIND: dig, host, and nslookup
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile
index 6a9386b3e6e6..1b91e0cbb34b 100644
--- a/dns/bind910/Makefile
+++ b/dns/bind910/Makefile
@@ -169,8 +169,10 @@ CONFIGURE_ARGS+= --disable-threads
PKGINSTALL= ${NONEXISTENT}
PLIST_SUB+= NOBASE="" BASE="@comment "
SUB_LIST+= NOBASE="" BASE="@comment "
+.if !defined(BIND_TOOLS_SLAVE)
USE_RC_SUBR+= named
SUB_FILES+= named.conf
+.endif # !defined(BIND_TOOLS_SLAVE)
.if ${PORT_OPTIONS:MGOST}
WITH_OPENSSL_PORT=yes
.endif