git: ddb8b624e400 - main - net/gutenfetch: Moved man to share/man

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

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

commit ddb8b624e400f7c4ded5e25210fcf0f3e68de698
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 08:05:10 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 08:18:49 +0000

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

diff --git a/net/gutenfetch/Makefile b/net/gutenfetch/Makefile
index 41c8103170d8..8e52711c830f 100644
--- a/net/gutenfetch/Makefile
+++ b/net/gutenfetch/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gutenfetch
 PORTVERSION=	1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	SF
 
@@ -10,11 +10,12 @@ COMMENT=	Fetch listings and books from Project Gutenberg
 LIB_DEPENDS=	libgutenfetch.so:devel/libgutenfetch
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 USES=		gmake tar:bzip2
 
-PLIST_FILES=	bin/gutenfetch man/man1/gutenfetch.1.gz
+PLIST_FILES=	bin/gutenfetch share/man/man1/gutenfetch.1.gz
 SUB_FILES=	pkg-message
 
 post-install: