mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
japanese/ctags: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
81bb485829
commit
69c1f08fa8
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= ctags
|
PORTNAME= ctags
|
||||||
PORTVERSION= 5.8j2
|
PORTVERSION= 5.8j2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= japanese devel
|
CATEGORIES= japanese devel
|
||||||
MASTER_SITES= http://hp.vector.co.jp/authors/VA025040/ctags/downloads/
|
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/
|
WWW= https://hp.vector.co.jp/authors/VA025040/ctags/
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --enable-macro-patterns --with-readlib
|
CONFIGURE_ARGS= --enable-macro-patterns --with-readlib
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/j1//}
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/j1//}
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
PLIST_FILES= bin/jexctags include/readtags.h lib/readtags.o \
|
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
|
PORTDOCS= README README_J.TXT
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
Loading…
Add table
Reference in a new issue