git: 89f539783afb - main - net/dhcpd: Move man pages to share/man

From: Christian Weisgerber <naddy_at_FreeBSD.org>
Date: Mon, 18 Mar 2024 16:40:03 UTC
The branch main has been updated by naddy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89f539783afbb6f15896d0fdc06ae3060c67929c

commit 89f539783afbb6f15896d0fdc06ae3060c67929c
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-18 14:56:41 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-18 16:39:46 +0000

    net/dhcpd: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 net/dhcpd/Makefile  | 3 ++-
 net/dhcpd/pkg-plist | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/net/dhcpd/Makefile b/net/dhcpd/Makefile
index afb1b64f6db3..98a562f5ddbd 100644
--- a/net/dhcpd/Makefile
+++ b/net/dhcpd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dhcpd
 PORTVERSION=	6.6.20200413
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	koue@chaosophia.net
@@ -14,7 +15,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	koue
 USE_RC_SUBR=	dhcpd
 
-MAKE_ARGS+=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
+MAKE_ARGS+=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/share/man/man
 
 CFLAGS+=	-Wall
 
diff --git a/net/dhcpd/pkg-plist b/net/dhcpd/pkg-plist
index 39448d010fd6..a9132d25c0b0 100644
--- a/net/dhcpd/pkg-plist
+++ b/net/dhcpd/pkg-plist
@@ -1,6 +1,6 @@
 @sample etc/dhcpd.conf.sample
-man/man5/dhcp-options.5.gz
-man/man5/dhcpd.conf.5.gz
-man/man5/dhcpd.leases.5.gz
-man/man8/dhcpd.8.gz
 sbin/dhcpd
+share/man/man5/dhcp-options.5.gz
+share/man/man5/dhcpd.conf.5.gz
+share/man/man5/dhcpd.leases.5.gz
+share/man/man8/dhcpd.8.gz