git: c9f389f63ce6 - main - net-mgmt/bgpuma: move man to share/man

From: Kurt Jaeger <pi_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 20:22:31 UTC
The branch main has been updated by pi:

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

commit c9f389f63ce6512b35cfb0e313f3beab79722307
Author:     Kurt Jaeger <pi@FreeBSD.org>
AuthorDate: 2024-02-26 20:22:13 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-02-26 20:22:13 +0000

    net-mgmt/bgpuma: move man to share/man
---
 net-mgmt/bgpuma/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-mgmt/bgpuma/Makefile b/net-mgmt/bgpuma/Makefile
index 1cf32eb9ed3f..46286b019f2d 100644
--- a/net-mgmt/bgpuma/Makefile
+++ b/net-mgmt/bgpuma/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bgpuma
 PORTVERSION=	20151209
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	pi@FreeBSD.org
@@ -17,8 +17,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	cmu-sei
 GH_TAGNAME=	a29b2a7
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-PLIST_FILES=	bin/bgpuma man/man1/bgpuma.1.gz
+PLIST_FILES=	bin/bgpuma share/man/man1/bgpuma.1.gz
 
 .include <bsd.port.mk>