diff options
author | mat <mat@FreeBSD.org> | 2018-09-10 21:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-09-10 21:16:16 +0800 |
commit | 641ecfafeeaa73266052bf94226bd674b850b45f (patch) | |
tree | c43d60918160ea286daad1d484fdacaaded3df88 /dns | |
parent | ed6a90e2e9b645590dd7e6e43cd9ed313b094c13 (diff) | |
download | freebsd-ports-gnome-641ecfafeeaa73266052bf94226bd674b850b45f.tar.gz freebsd-ports-gnome-641ecfafeeaa73266052bf94226bd674b850b45f.tar.zst freebsd-ports-gnome-641ecfafeeaa73266052bf94226bd674b850b45f.zip |
Various cleanup & fixes post-DOCS/EXAMPLES cleanup.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/bind912/Makefile | 4 | ||||
-rw-r--r-- | dns/bind913/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index b00b0490149d..cc208de236d6 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -75,12 +75,12 @@ CONFLICTS+= bind9-devel USE_RC_SUBR= named SUB_FILES= pkg-message named.conf CONFLICTS+= bind-tools + +PORTDOCS= * .endif # BIND_TOOLS_SLAVE MAKE_JOBS_UNSAFE= yes -PORTDOCS= * - OPTIONS_DEFAULT= SIGCHASE IDN GSSAPI_NONE JSON PYTHON OPTIONS_DEFINE= IDN LARGE_FILE PYTHON JSON \ FIXED_RRSET SIGCHASE IPV6 diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile index 0b3deebf52ed..e221932e4366 100644 --- a/dns/bind912/Makefile +++ b/dns/bind912/Makefile @@ -62,12 +62,12 @@ CONFLICTS+= bind912 USE_RC_SUBR= named SUB_FILES= pkg-message named.conf CONFLICTS+= bind-tools + +PORTDOCS= * .endif # BIND_TOOLS_SLAVE MAKE_JOBS_UNSAFE= yes -PORTDOCS= * - OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE JSON PYTHON OPTIONS_DEFINE= IDN LARGE_FILE PYTHON JSON \ FIXED_RRSET SIGCHASE IPV6 THREADS diff --git a/dns/bind913/Makefile b/dns/bind913/Makefile index a6ff8ef2473f..00379cb1925e 100644 --- a/dns/bind913/Makefile +++ b/dns/bind913/Makefile @@ -61,12 +61,12 @@ CONFLICTS+= bind913 USE_RC_SUBR= named SUB_FILES= pkg-message named.conf CONFLICTS+= bind-tools + +PORTDOCS= * .endif # BIND_TOOLS_SLAVE MAKE_JOBS_UNSAFE= yes -PORTDOCS= * - OPTIONS_DEFAULT= THREADS SIGCHASE IDN GSSAPI_NONE JSON PYTHON OPTIONS_DEFINE= IDN LARGE_FILE PYTHON JSON \ FIXED_RRSET SIGCHASE IPV6 THREADS |