mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
japanese/kcc: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
52def28df2
commit
ac0fb809d4
@ -1,5 +1,6 @@
|
||||
PORTNAME= kcc
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= ftp://ftp.sra.co.jp/pub/os/linux/JE/sources/base/
|
||||
DISTNAME= ${PORTNAME}
|
||||
@ -9,6 +10,6 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Kanji code conversion Filter
|
||||
|
||||
INSTALL_TARGET= install install.man
|
||||
PLIST_FILES= bin/kcc man/ja/man1/kcc.1.gz
|
||||
PLIST_FILES= bin/kcc share/man/ja/man1/kcc.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,7 +10,7 @@
|
||||
- CFLAGS = -O
|
||||
+ PREFIX?= /usr/local
|
||||
+ BINPATH = ${PREFIX}/bin
|
||||
+ MANPATH = ${PREFIX}/man
|
||||
+ MANPATH = ${PREFIX}/share/man
|
||||
+ JMANDIR = ja
|
||||
+ CFLAGS?= -O
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user