diff options
author | mat <mat@FreeBSD.org> | 2014-10-22 23:08:58 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-10-22 23:08:58 +0800 |
commit | edc6684845a843b1201c9c5d6c441feb74bb34cb (patch) | |
tree | cb68f09ef5cb85ccbccd518eed22a9455ee94880 | |
parent | 8e828ae6001f32f2f792333ac90f7c1b938ea77d (diff) | |
download | freebsd-ports-gnome-edc6684845a843b1201c9c5d6c441feb74bb34cb.tar.gz freebsd-ports-gnome-edc6684845a843b1201c9c5d6c441feb74bb34cb.tar.zst freebsd-ports-gnome-edc6684845a843b1201c9c5d6c441feb74bb34cb.zip |
Don't install named rc script with bind-tools.
Sponsored by: Absolight
-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 |