git: 831bccf9239a - main - x11-fonts/fslsfonts: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 17:03:58 UTC
The branch main has been updated by bofh:

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

commit 831bccf9239a4379f585c564fc4c639ee5b19709
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 17:02:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 17:02:36 +0000

    x11-fonts/fslsfonts: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 x11-fonts/fslsfonts/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-fonts/fslsfonts/Makefile b/x11-fonts/fslsfonts/Makefile
index 7e3206c917d0..ba249fe6b69b 100644
--- a/x11-fonts/fslsfonts/Makefile
+++ b/x11-fonts/fslsfonts/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fslsfonts
 PORTVERSION=	1.0.5
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,6 +10,8 @@ WWW=		https://www.x.org/
 USES=		xorg xorg-cat:app
 USE_XORG=	x11 libfs
 
-PLIST_FILES=	bin/fslsfonts man/man1/fslsfonts.1.gz
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
+PLIST_FILES=	bin/fslsfonts share/man/man1/fslsfonts.1.gz
 
 .include <bsd.port.mk>