git: 148f16a32196 - main - sysutils/fusefs-pod: Moved man to share/man

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=148f16a32196ea5e68f7d5d643f3b9a3ae1613c5

commit 148f16a32196ea5e68f7d5d643f3b9a3ae1613c5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 17:44:52 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 17:49:58 +0000

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

diff --git a/sysutils/fusefs-pod/Makefile b/sysutils/fusefs-pod/Makefile
index d46d1c33fc23..285ae2bcb19a 100644
--- a/sysutils/fusefs-pod/Makefile
+++ b/sysutils/fusefs-pod/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pod
 PORTVERSION=	0.5.2
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	sysutils audio
 MASTER_SITES=	SF/fuse${PORTNAME}/fuse${PORTNAME}/FUSEPod%20v${PORTVERSION}
 PKGNAMEPREFIX=	fusefs-
@@ -15,6 +15,7 @@ LIB_DEPENDS=	libgpod.so:audio/libgpod\
 
 USES=		compiler:c++11-lang fuse pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
-PLIST_FILES=	bin/fusepod man/man1/fusepod.1.gz
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+PLIST_FILES=	bin/fusepod share/man/man1/fusepod.1.gz
 
 .include <bsd.port.mk>