git: 3371018fc1f8 - main - lang/tcbasic: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 17:03:12 UTC
The branch main has been updated by bofh:

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

commit 3371018fc1f8ce520df5ce805577cbe304cf405f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 16:32:22 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 16:32:22 +0000

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

diff --git a/lang/tcbasic/Makefile b/lang/tcbasic/Makefile
index 7ff1f206ef9f..135150a17f6e 100644
--- a/lang/tcbasic/Makefile
+++ b/lang/tcbasic/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tcbasic
 PORTVERSION=	2.2.0
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	https://github.com/tcort/${PORTNAME}/releases/download/v${PORTVERSION}/
 
@@ -10,7 +11,8 @@ WWW=		https://github.com/tcort/tcbasic
 LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-PLIST_FILES=	bin/tcbasic man/man1/tcbasic.1.gz
+PLIST_FILES=	bin/tcbasic share/man/man1/tcbasic.1.gz
 
 .include <bsd.port.mk>