git: 0945acfc08f3 - main - net/dhcping: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 07:36:18 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0945acfc08f3902bf597f6591f12c7365ae58ea5

commit 0945acfc08f3902bf597f6591f12c7365ae58ea5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 07:34:50 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 07:34:50 +0000

    net/dhcping: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net/dhcping/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/dhcping/Makefile b/net/dhcping/Makefile
index e464d2f78fbb..669319bf3a62 100644
--- a/net/dhcping/Makefile
+++ b/net/dhcping/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dhcping
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.mavetju.org/download/
 
@@ -11,8 +12,9 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/dhcping \
-		man/man8/dhcping.8.gz
+		share/man/man8/dhcping.8.gz
 
 .include <bsd.port.mk>