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 | |
parent | 9b65340bc50e1d2a58c12a42e0ad09ac904d98f2 (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>
Notes
Notes:
svn path=/head/; revision=60639
-rw-r--r-- | japanese/linux-netscape47-communicator/Makefile | 1 | ||||
-rw-r--r-- | japanese/netscape4-communicator/Makefile | 2 | ||||
-rw-r--r-- | japanese/netscape48-communicator/Makefile | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/japanese/linux-netscape47-communicator/Makefile b/japanese/linux-netscape47-communicator/Makefile index 63a95dd7cd12..617576ecc1d8 100644 --- a/japanese/linux-netscape47-communicator/Makefile +++ b/japanese/linux-netscape47-communicator/Makefile @@ -6,7 +6,6 @@ # RUN_DEPENDS= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/linux-netscape47-${BROWSER_NAME} -RUN_DEPENDS+= /compat/linux/usr/share/locale/ja_JP:${PORTSDIR}/japanese/linux_locale BROWSER_ARC= ${BROWSER_NAME}-linux BROWSER_VERSION= 4.79 diff --git a/japanese/netscape4-communicator/Makefile b/japanese/netscape4-communicator/Makefile index fe835b8a672e..e47e464c8635 100644 --- a/japanese/netscape4-communicator/Makefile +++ b/japanese/netscape4-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" \ 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" \ |