diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-06-05 09:47:07 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-06-05 09:47:07 +0000 |
commit | d35ae72828fc25d9a581e0e7ad263a86f7452087 (patch) | |
tree | 71022e0f49e48c2009c68c69b253b56232030768 /japanese/netscape48-communicator/Makefile | |
parent | Upgrade to version 4.04.2, and clean up the port while I'm at it. (diff) |
Fix Japanese display problem.
- remove RUN_DEPENDS to linux-locale
# now linux_base is version 7 which includes japanese locale.
- change Japanese locale to ja_JP.eucJP
Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
Diffstat (limited to '')
-rw-r--r-- | japanese/netscape48-communicator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/netscape48-communicator/Makefile b/japanese/netscape48-communicator/Makefile index fe835b8a672e..e47e464c8635 100644 --- a/japanese/netscape48-communicator/Makefile +++ b/japanese/netscape48-communicator/Makefile @@ -35,7 +35,7 @@ BROWSER_BIN?= ${BROWSER_ARC}-${BROWSER_VERSION}.bin BROWSER_CMD?= ja-${BROWSER_ARC}-${BROWSER_VER} BROWSER_VER?= 4 BROWSER_VERSION?= 4.08 -LANG= ja_JP.EUC +LANG= ja_JP.eucJP MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \ -e "s;@PREFIX@;${PREFIX};g" \ -e "s;@NDIR@;${NDIR};g" \ |