git: 2b4433d4efc7 - main - dns/bind916: update FILES in named.conf(5)

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Wed, 30 Nov 2022 19:50:20 UTC
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b4433d4efc73044b8d0ee9a5d78d4daf93cf9a1

commit 2b4433d4efc73044b8d0ee9a5d78d4daf93cf9a1
Author:     Michael Osipov <michael.osipov@siemens.com>
AuthorDate: 2022-11-30 19:48:16 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-11-30 19:49:46 +0000

    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
---
 dns/bind916/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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' \