git: 800b14c584b2 - 2022Q4 - dns/bind916: update FILES in named.conf(5)

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=800b14c584b25845686c84ec0a34395bb9f3f21b

commit 800b14c584b25845686c84ec0a34395bb9f3f21b
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:50:58 +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
    
    (cherry picked from commit 2b4433d4efc73044b8d0ee9a5d78d4daf93cf9a1)
---
 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' \