git: 733472006466 - main - sysutils/fusefs-s3fs: Moved man to share/man

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=733472006466878fa98f3271ff8fcff96552f62b

commit 733472006466878fa98f3271ff8fcff96552f62b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 17:48:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 17:50:00 +0000

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

diff --git a/sysutils/fusefs-s3fs/Makefile b/sysutils/fusefs-s3fs/Makefile
index 345fca01834b..1db67a9392d7 100644
--- a/sysutils/fusefs-s3fs/Makefile
+++ b/sysutils/fusefs-s3fs/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	s3fs
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.92
+PORTREVISION=	1
 CATEGORIES=	sysutils
 PKGNAMEPREFIX=	fusefs-
 
@@ -21,10 +22,11 @@ GH_ACCOUNT=	s3fs-fuse
 GH_PROJECT=	s3fs-fuse
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 CONFIGURE_ENV+=	ac_cv_prog_GITCMD=no
 
-PLIST_FILES=	bin/s3fs man/man1/s3fs.1.gz
+PLIST_FILES=	bin/s3fs share/man/man1/s3fs.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/libcrypto >= 0.9//' ${WRKSRC}/configure.ac