diff options
author | max <max@FreeBSD.org> | 1998-04-05 04:47:11 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1998-04-05 04:47:11 +0000 |
commit | a711dc16a291981333ed99372648d267417f3a1b (patch) | |
tree | b253fea10f76ce331292f974d2897e92438f2b48 /japanese/kcc | |
parent | d5e112efd0e4c4048ae207f54154a2cd22619d01 (diff) | |
download | FreeBSD-ports-a711dc16a291981333ed99372648d267417f3a1b.zip FreeBSD-ports-a711dc16a291981333ed99372648d267417f3a1b.tar.gz |
Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.
Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist
Diffstat (limited to 'japanese/kcc')
-rw-r--r-- | japanese/kcc/Makefile | 4 | ||||
-rw-r--r-- | japanese/kcc/files/patch-aa | 2 | ||||
-rw-r--r-- | japanese/kcc/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/japanese/kcc/Makefile b/japanese/kcc/Makefile index 025ba76..ff71901 100644 --- a/japanese/kcc/Makefile +++ b/japanese/kcc/Makefile @@ -3,7 +3,7 @@ # Date created: 26 May 1997 # Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1997/06/23 12:30:28 max Exp $ +# $Id: Makefile,v 1.2 1997/09/14 21:34:44 max Exp $ # DISTNAME= kcc @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/tools/ MAINTAINER= taoka@infonets.hiroshima-u.ac.jp INSTALL_TARGET= install install.man -MANLANG= ja_JP.EUC +MANLANG= ja MAN1= kcc.1 .include <bsd.port.mk> diff --git a/japanese/kcc/files/patch-aa b/japanese/kcc/files/patch-aa index 37f6874..945f6354 100644 --- a/japanese/kcc/files/patch-aa +++ b/japanese/kcc/files/patch-aa @@ -10,7 +10,7 @@ + PREFIX?= /usr/local + BINPATH = ${PREFIX}/bin + MANPATH = ${PREFIX}/man -+ JMANDIR = ja_JP.EUC ++ JMANDIR = ja CFLAGS = -O SHELL = /bin/sh diff --git a/japanese/kcc/pkg-plist b/japanese/kcc/pkg-plist index 20d36d6..e414a7f 100644 --- a/japanese/kcc/pkg-plist +++ b/japanese/kcc/pkg-plist @@ -1,2 +1,2 @@ bin/kcc -man/ja_JP.EUC/man1/kcc.1.gz +man/ja/man1/kcc.1.gz |