diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-10-22 15:08:58 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-10-22 15:08:58 +0000 |
commit | f303c83fe87252212857fc12803f4162f72c0118 (patch) | |
tree | cb68f09ef5cb85ccbccd518eed22a9455ee94880 /dns | |
parent | 7b737f460689ba0ebfc33b9d60f827cab25948b9 (diff) | |
download | ports-f303c83fe87252212857fc12803f4162f72c0118.tar.gz ports-f303c83fe87252212857fc12803f4162f72c0118.zip |
Don't install named rc script with bind-tools.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=371360
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind-tools/Makefile | 2 | ||||
-rw-r--r-- | dns/bind910/Makefile | 2 |
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 |