git: 391ff48e8b1e - main - net-mgmt/bsnmp-regex: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 30 Jan 2024 21:03:04 UTC
The branch main has been updated by bofh:

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

commit 391ff48e8b1ea5fdf79cd84201a64981eb475b32
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 20:52:14 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 20:52:14 +0000

    net-mgmt/bsnmp-regex: Moved man to share/man
---
 net-mgmt/bsnmp-regex/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/bsnmp-regex/Makefile b/net-mgmt/bsnmp-regex/Makefile
index 7195f192fa2a..62ef0283315c 100644
--- a/net-mgmt/bsnmp-regex/Makefile
+++ b/net-mgmt/bsnmp-regex/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bsnmp-regex
 PORTVERSION=	0.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-mgmt
 MASTER_SITES=	LOCAL/olivier
 
@@ -11,6 +11,7 @@ WWW=		http://thewalter.net/stef/software/bsnmp-regex/
 LICENSE=	BSD3CLAUSE
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CPPFLAGS+=	"-I${LOCALBASE}/include"
 INSTALL_TARGET=	install-strip
 USES=		libtool
@@ -19,9 +20,9 @@ OPTIONS_DEFINE=	DEBUG PCRE
 PCRE_DESC=	Use PCRE instead of the default regex library
 
 PLIST_FILES=	bin/sockin lib/snmp_regex.so lib/snmp_regex.so.0 \
-		lib/snmp_regex.so.0.0.0 lib/snmp_regex.a man/man1/sockin.1.gz \
-		man/man5/bsnmp-regex.conf.5.gz \
-		man/man8/bsnmp-regex.8.gz
+		lib/snmp_regex.so.0.0.0 lib/snmp_regex.a share/man/man1/sockin.1.gz \
+		share/man/man5/bsnmp-regex.conf.5.gz \
+		share/man/man8/bsnmp-regex.8.gz
 
 .include <bsd.port.options.mk>