aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMichael Osipov <michael.osipov@siemens.com>2022-11-30 19:48:16 +0000
committerMatthias Andree <mandree@FreeBSD.org>2022-11-30 19:49:46 +0000
commit2b4433d4efc73044b8d0ee9a5d78d4daf93cf9a1 (patch)
tree63f291f8d489c465006cca32bc3906dad1ae20e0 /dns
parentf715de07067f81b796872c3bdd53670e1250ce2d (diff)
downloadports-2b4433d4efc73044b8d0ee9a5d78d4daf93cf9a1.tar.gz
ports-2b4433d4efc73044b8d0ee9a5d78d4daf93cf9a1.zip
dns/bind916: update FILES in named.conf(5)
Since the move from base to ports of BIND9 the manpage isn't updated when the port is build. When you run "man named.conf" the FILES section says: | FILES | /etc/named.conf but this file does not exist. It should point to /usr/local/etc/named.conf. PR: 257703 Approved by: mat@ (maintainer timeout, 46 d) MFH: 2022Q4
Diffstat (limited to 'dns')
-rw-r--r--dns/bind916/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile
index a6a8b6d1c0b1..1fff6dcc34e0 100644
--- a/dns/bind916/Makefile
+++ b/dns/bind916/Makefile
@@ -189,7 +189,7 @@ SUB_LIST+= ENGINES=${LOCALBASE}/lib/engines
.endif
post-patch:
-.for FILE in named-checkconf.8 named.8 nsupdate.1 \
+.for FILE in named-checkconf.8 named.8 named.conf.5 nsupdate.1 \
rndc.8
@${REINPLACE_CMD} -e 's#/etc/named.conf#${ETCDIR}/named.conf#g' \
-e 's#/etc/rndc.conf#${ETCDIR}/rndc.conf#g' \