aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 11:29:23 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 12:29:20 +0000
commit69c1f08fa85187a8079c5420249f31882cec172b (patch)
tree71c4c81115893528c4d3aca505f1ba9c8ee1c982 /japanese
parent81bb485829ca23b75c1a55dee50f7541f0cc702e (diff)
downloadports-69c1f08fa85187a8079c5420249f31882cec172b.tar.gz
ports-69c1f08fa85187a8079c5420249f31882cec172b.zip
japanese/ctags: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ctags/Makefile4
1 files changed, 3 insertions, 1 deletions
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