diff options
-rw-r--r-- | japanese/ctags/Makefile | 4 |
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 |