git: 85c86419272d - main - textproc/msort: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 01 Mar 2024 22:54:32 UTC
The branch main has been updated by bofh:

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

commit 85c86419272d5315d3adf953d1bac684329e6c84
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-01 22:46:02 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-01 22:54:22 +0000

    textproc/msort: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/msort/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile
index 9f22d2bf9d18..c5e96ff564f0 100644
--- a/textproc/msort/Makefile
+++ b/textproc/msort/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	msort
 PORTVERSION=	8.53
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	textproc
 MASTER_SITES=	http://billposer.org/Software/Downloads/
 
@@ -19,9 +19,10 @@ RUN_DEPENDS=	iwidgets>=0:x11-toolkits/iwidgets
 USES=		gettext localbase tk:wrapper,run
 CONFIGURE_ENV=	ac_cv_lib_tre_regwcomp=yes
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 TEST_TARGET=	test
 
-PLIST_FILES=	bin/msg bin/msort man/man1/msort.1.gz
+PLIST_FILES=	bin/msg bin/msort share/man/man1/msort.1.gz
 
 post-patch:
 	@${MV} ${WRKSRC}/limits.h ${WRKSRC}/${PORTNAME}_limits.h