git: 02ea00107569 - main - sysutils/fusefs-fusepak: Moved man to share/man

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

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

commit 02ea001075690ed7833f0ce1114512de91d65737
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 17:42:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 17:49:56 +0000

    sysutils/fusefs-fusepak: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/fusefs-fusepak/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/fusefs-fusepak/Makefile b/sysutils/fusefs-fusepak/Makefile
index a8e7dc9baff0..b4613efb58ba 100644
--- a/sysutils/fusefs-fusepak/Makefile
+++ b/sysutils/fusefs-fusepak/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fusepak
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	sysutils games
 MASTER_SITES=	SF
 PKGNAMEPREFIX=	fusefs-
@@ -11,9 +12,10 @@ WWW=		http://fusepak.sourceforge.net/
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		fuse pkgconfig tar:bzip2
 
-PLIST_FILES=	bin/pakmount man/man1/pakmount.1.gz
+PLIST_FILES=	bin/pakmount share/man/man1/pakmount.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,Linux,${OPSYS}, ; s,Fatnasy,Fantasy,' \