git: 69c1f08fa851 - main - japanese/ctags: Moved man to share/man

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

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

commit 69c1f08fa85187a8079c5420249f31882cec172b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 11:29:23 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 12:29:20 +0000

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

diff --git a/japanese/ctags/Makefile b/japanese/ctags/Makefile
index d79fc71267a1..014f59a38d5f 100644
--- a/japanese/ctags/Makefile
+++ b/japanese/ctags/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ctags
 PORTVERSION=	5.8j2
+PORTREVISION=	1
 CATEGORIES=	japanese devel
 MASTER_SITES=	http://hp.vector.co.jp/authors/VA025040/ctags/downloads/
 
@@ -8,12 +9,13 @@ COMMENT=	Feature-filled tagfile generator with Japanese support
 WWW=		https://hp.vector.co.jp/authors/VA025040/ctags/
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--enable-macro-patterns --with-readlib
 WRKSRC=		${WRKDIR}/${DISTNAME:S/j1//}
 SUB_FILES=	pkg-message
 
 PLIST_FILES=	bin/jexctags include/readtags.h lib/readtags.o \
-		man/man1/jexctags.1.gz
+		share/man/man1/jexctags.1.gz
 PORTDOCS=	README README_J.TXT
 
 OPTIONS_DEFINE=	DOCS