git: 1a429c19d078 - main - net-mgmt/irrtoolset: Moved man to share/man

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

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

commit 1a429c19d078a25786510fcfc11dfb44038728b8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 06:41:49 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 06:41:49 +0000

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

diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile
index c1be3931fa07..7a43ad17a384 100644
--- a/net-mgmt/irrtoolset/Makefile
+++ b/net-mgmt/irrtoolset/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	irrtoolset
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	5.1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	ports@FreeBSD.org
@@ -16,11 +16,12 @@ LICENSE_PERMS_RIPE_NCC=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USES=		autoreconf bison gmake libtool
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_GITHUB=	yes
 
 PLIST_FILES=	bin/rpslcheck bin/peval bin/rtconfig \
-		man/man1/rtconfig.1.gz man/man1/peval.1.gz \
-		man/man1/rpslcheck.1.gz man/man1/irrtoolset-errors.1.gz
+		share/man/man1/rtconfig.1.gz share/man/man1/peval.1.gz \
+		share/man/man1/rpslcheck.1.gz share/man/man1/irrtoolset-errors.1.gz
 
 .include <bsd.port.options.mk>