git: 613c7bb278dc - main - net/isc-dhcp44-{client,relay,server}: Move man pages to share/man

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Tue, 05 Mar 2024 23:39:56 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=613c7bb278dc095b5a69761ec6d42220fccee275

commit 613c7bb278dc095b5a69761ec6d42220fccee275
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-03-05 23:04:45 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-03-05 23:35:48 +0000

    net/isc-dhcp44-{client,relay,server}: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 net/isc-dhcp44-client/pkg-plist |  8 ++++----
 net/isc-dhcp44-relay/pkg-plist  |  2 +-
 net/isc-dhcp44-server/Makefile  |  7 ++++---
 net/isc-dhcp44-server/pkg-plist | 16 ++++++++--------
 4 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/net/isc-dhcp44-client/pkg-plist b/net/isc-dhcp44-client/pkg-plist
index 0ce8bbd44887..60671d61202f 100644
--- a/net/isc-dhcp44-client/pkg-plist
+++ b/net/isc-dhcp44-client/pkg-plist
@@ -1,9 +1,9 @@
 sbin/dhclient
 sbin/dhclient-script
-man/man5/dhclient.conf.5.gz
-man/man5/dhclient.leases.5.gz
-man/man8/dhclient.8.gz
-man/man8/dhclient-script.8.gz
+share/man/man5/dhclient.conf.5.gz
+share/man/man5/dhclient.leases.5.gz
+share/man/man8/dhclient.8.gz
+share/man/man8/dhclient-script.8.gz
 @sample etc/dhclient.conf.example etc/dhclient.conf
 @touch /var/run/dhclient.leases
 @rmempty /var/run/dhclient.leases
diff --git a/net/isc-dhcp44-relay/pkg-plist b/net/isc-dhcp44-relay/pkg-plist
index f40e18e34013..75e9ab6a050b 100644
--- a/net/isc-dhcp44-relay/pkg-plist
+++ b/net/isc-dhcp44-relay/pkg-plist
@@ -1,3 +1,3 @@
 %%IPV6%%etc/rc.d/isc-dhcrelay6
 sbin/dhcrelay
-man/man8/dhcrelay.8.gz
+share/man/man8/dhcrelay.8.gz
diff --git a/net/isc-dhcp44-server/Makefile b/net/isc-dhcp44-server/Makefile
index 90b9bf176669..0e8916efe932 100644
--- a/net/isc-dhcp44-server/Makefile
+++ b/net/isc-dhcp44-server/Makefile
@@ -19,9 +19,9 @@ USES=		cpe gmake
 
 CPE_VENDOR=	isc
 
-PORTREVISION_SERVER=	0
-PORTREVISION_CLIENT=	0
-PORTREVISION_RELAY=	0
+PORTREVISION_SERVER=	1
+PORTREVISION_CLIENT=	1
+PORTREVISION_RELAY=	1
 
 SUBSYS?=	server
 
@@ -59,6 +59,7 @@ GROUPS=		dhcpd
 
 MAN_COMPRESSED=	no
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CPPFLAGS+=	-D_PATH_DHCLIENT_SCRIPT='\"${PREFIX}/sbin/dhclient-script\"' -D_PATH_DHCLIENT_CONF='\"${PREFIX}/etc/dhclient.conf\"' -D_PATH_DHCPD_CONF='\"${PREFIX}/etc/dhcpd.conf\"'
 SCRIPTS_ENV+=	PKG_PREFIX=${PREFIX}
 
diff --git a/net/isc-dhcp44-server/pkg-plist b/net/isc-dhcp44-server/pkg-plist
index e2203a18fdfc..05380606dfed 100644
--- a/net/isc-dhcp44-server/pkg-plist
+++ b/net/isc-dhcp44-server/pkg-plist
@@ -4,14 +4,6 @@
 sbin/dhcpd
 bin/omshell
 %%LDAP%%bin/dhcpd-conf-to-ldap
-man/man1/omshell.1.gz
-man/man3/dhcpctl.3.gz
-man/man3/omapi.3.gz
-man/man5/dhcpd.conf.5.gz
-man/man5/dhcpd.leases.5.gz
-man/man5/dhcp-eval.5.gz
-man/man5/dhcp-options.5.gz
-man/man8/dhcpd.8.gz
 include/dhcpctl.h
 include/omapip/alloc.h
 include/omapip/buffer.h
@@ -26,3 +18,11 @@ lib/libdhcp.a
 lib/libdhcpctl.a
 lib/libomapi.a
 %%LDAP%%%%SCHEMA_DIR%%/dhcp.schema
+share/man/man1/omshell.1.gz
+share/man/man3/dhcpctl.3.gz
+share/man/man3/omapi.3.gz
+share/man/man5/dhcpd.conf.5.gz
+share/man/man5/dhcpd.leases.5.gz
+share/man/man5/dhcp-eval.5.gz
+share/man/man5/dhcp-options.5.gz
+share/man/man8/dhcpd.8.gz