diff options
author | asami <asami@FreeBSD.org> | 1996-12-06 20:27:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-06 20:27:35 +0800 |
commit | 77fcbc3df378d11fe013c6446e9c543116a14efd (patch) | |
tree | 5e12ff35385286e496c1bb275524ad6db3ddf032 /japanese/today | |
parent | 4b04ef54563e09d6a5aeaf459c0dc51b553e290a (diff) | |
download | freebsd-ports-gnome-77fcbc3df378d11fe013c6446e9c543116a14efd.tar.gz freebsd-ports-gnome-77fcbc3df378d11fe013c6446e9c543116a14efd.tar.zst freebsd-ports-gnome-77fcbc3df378d11fe013c6446e9c543116a14efd.zip |
Put manpage in ja_JP.EUC subdirectory, not ja_JP.euc.
Diffstat (limited to 'japanese/today')
-rw-r--r-- | japanese/today/files/Makefile | 2 | ||||
-rw-r--r-- | japanese/today/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/today/files/Makefile b/japanese/today/files/Makefile index 204568dfb2d2..2875ee42acc4 100644 --- a/japanese/today/files/Makefile +++ b/japanese/today/files/Makefile @@ -6,7 +6,7 @@ CFLAGS += -DDISTRIBUTE -DMSG_STYLE PROGRAM = today MANPAGE = today.1 PREFIX = /usr/local -MANDIR = ${PREFIX}/man/ja_JP.euc/cat1 +MANDIR = ${PREFIX}/man/ja_JP.EUC/cat1 OBJSMV = birthday.o config.o date.o event.o getfile.o getsb.o \ history.o kansi.o kyureki.o kyusei.o list.o machine.o \ main.o misc.o pager.o rdcalendar.o schedule.o sekki.o sepparam.o diff --git a/japanese/today/pkg-plist b/japanese/today/pkg-plist index 05f624a71656..b8afa75d65a0 100644 --- a/japanese/today/pkg-plist +++ b/japanese/today/pkg-plist @@ -1,7 +1,7 @@ bin/today bin/calendar-today bin/dayinfo -man/ja_JP.euc/cat1/today.1.gz +man/ja_JP.EUC/cat1/today.1.gz lib/today.cnf share/today/birthday.tbl share/today/event01.tbl |