git: 8de7312988d7 - main - www/castget: Moved man to share/man

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

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

commit 8de7312988d73a92d875aa7e564792d375dfd7f6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 12:44:09 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 13:14:58 +0000

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

diff --git a/www/castget/Makefile b/www/castget/Makefile
index d69584d99c83..81eab9be00b7 100644
--- a/www/castget/Makefile
+++ b/www/castget/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	castget
 DISTVERSION=	2.0.1-20220211
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	ports@FreeBSD.org
@@ -24,9 +25,10 @@ GH_TAGNAME=	da9727d
 
 #CONFIGURE_ARGS=	--disable-static
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	bin/castget \
-		man/man1/castget.1.gz man/man5/castgetrc.5.gz
+		share/man/man1/castget.1.gz share/man/man5/castgetrc.5.gz
 
 .include <bsd.port.mk>