- Update to new Korean kit to 20001028. revision increased

- import ja-netscape47-* changes: LANG set to @LANG@,
  no core dump.
- set MD5_FILE for get checksum into correct location.
This commit is contained in:
CHOI Junho 2000-10-27 18:48:32 +00:00
parent 586b073ee3
commit 6b6fd60454
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34307
4 changed files with 11 additions and 6 deletions

View File

@ -10,10 +10,13 @@ SUBMASTERDIR= ${.CURDIR}/../netscape${BROWSER_VER}-communicator
FILESDIR= ${SUBMASTERDIR}/files
PATCHDIR= ${SUBMASTERDIR}/files
PKGDIR= ${SUBMASTERDIR}
MD5_FILE= ${SUBMASTERDIR}/distinfo
BROWSER_VER= 47
BROWSER_VERSION= 4.75
NETHELP= nethelp-v451
KOREAN_KIT= netscape-korean-kit-v475.20000826
KOREAN_KIT= netscape-korean-kit-v475.20001028
PORTREVISION= 1
.include "${MASTERDIR}/Makefile"

View File

@ -1 +1 @@
MD5 (netscape-korean-kit-v475.20000826.tar.gz) = a5befa1aca855dc2d417f0bb780daf03
MD5 (netscape-korean-kit-v475.20001028.tar.gz) = 507a28129b08c4e0644d3bc58cb29015

View File

@ -15,7 +15,7 @@ fi
CHMOD='/bin/chmod'
CP='/bin/cp -p'
MKDIR='/bin/mkdir -p'
export LANG; LANG=ko_KR.EUC
export LANG; LANG=@LANG@
export LC_ALL; LC_ALL=${LANG}
export LC_CTYPE; LC_CTYPE=${LANG}
export MOZILLA_HOME; MOZILLA_HOME=@NDIR@
@ -29,6 +29,9 @@ export XNLSPATH; XNLSPATH=${MOZILLA_HOME}/nls
export NPX_PLUGIN_PATH; NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins
export TIMID_DIR; TIMID_DIR=/usr/local/lib/timidity
export XCMSDB; XCMSDB=/dev/null
ulimit -c 0
if [ -e /usr/local/lib/aout/libxpg4-ns.so.2.0 ]; then
export LD_PRELOAD=/usr/local/lib/aout/libxpg4-ns.so.2.0
elif [ x$KO_NETSCAPE_USE_LD_PRELOAD != x -a x$KO_NETSCAPE_USE_LD_PRELOAD != xno ]; then

View File

@ -4,8 +4,7 @@ for the licensing terms.
Korean Netscape Localization(X11) page(written in Korean):
http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko
WWW: http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko/
--
Ports by CHOI Junho <cjh@kr.freebsd.org>
WWW: http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko/
CHOI Junho <cjh@freebsd.org>