diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-04-04 12:24:05 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-04-04 12:24:05 +0000 |
commit | e75dc792b76f24f73d4cffd030e78966ad8ff552 (patch) | |
tree | 6bb41a579c81beed9850ba37743625c90d95ea49 | |
parent | 7395ff5cffa7e8d9df291d3c97d9b995ed42cdfb (diff) | |
download | src-test2-e75dc792b76f24f73d4cffd030e78966ad8ff552.tar.gz src-test2-e75dc792b76f24f73d4cffd030e78966ad8ff552.zip |
Notes
-rw-r--r-- | share/colldef/Makefile | 2 | ||||
-rw-r--r-- | share/monetdef/Makefile | 2 | ||||
-rw-r--r-- | share/msgdef/Makefile | 2 | ||||
-rw-r--r-- | share/numericdef/Makefile | 2 | ||||
-rw-r--r-- | share/timedef/Makefile | 2 |
5 files changed, 8 insertions, 2 deletions
diff --git a/share/colldef/Makefile b/share/colldef/Makefile index 064a1c91c467..42dcc18ee28b 100644 --- a/share/colldef/Makefile +++ b/share/colldef/Makefile @@ -46,7 +46,7 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale ASCIILINKS= am_ET.UTF-8 en_AU.US-ASCII en_CA.US-ASCII en_GB.US-ASCII \ en_NZ.US-ASCII en_US.US-ASCII ko_KR.CP949 ko_KR.eucKR \ ja_JP.eucJP ja_JP.SJIS tr_TR.ISO8859-9 zh_CN.eucCN \ - zh_CN.GB18030 zh_CN.GB2312 zh_CN.GBK + zh_CN.GB18030 zh_CN.GB2312 zh_CN.GBK zh_HK.Big5HKSCS DELINKS= de_AT de_CH ZHLINKS= zh_TW.Big5 diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 70f52c81aa24..0c3e5a1e9ac5 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -155,5 +155,7 @@ afterinstall: .endfor ln -sf ../zh_TW.Big5/LC_MONETARY \ ${LOCALEDIR}/zh_TW.UTF-8/LC_MONETARY + ln -sf ../zh_HK.UTF-8/LC_MONETARY \ + ${LOCALEDIR}/zh_HK.Big5HKSCS/LC_MONETARY .include <bsd.prog.mk> diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 6a525128b942..941fcbc99b5f 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -207,5 +207,7 @@ afterinstall: ${LOCALEDIR}/ko_KR.UTF-8/LC_MESSAGES ln -sf ../zh_TW.UTF-8/LC_MESSAGES \ ${LOCALEDIR}/zh_HK.UTF-8/LC_MESSAGES + ln -sf ../zh_TW.Big5/LC_MESSAGES \ + ${LOCALEDIR}/zh_HK.Big5HKSCS/LC_MESSAGES .include <bsd.prog.mk> diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index df4e4a424747..3d916b87085d 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -69,7 +69,7 @@ BE_LINKS= nl_BE RU_LINKS= ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 UA_LINKS= uk_UA.ISO8859-5 BY_LINKS= be_BY.CP1131 be_BY.ISO8859-5 -CN_LINKS= zh_CN.GB18030 zh_CN.GB2312 zh_CN.GBK zh_TW.Big5 +CN_LINKS= zh_CN.GB18030 zh_CN.GB2312 zh_CN.GBK zh_HK.Big5HKSCS zh_TW.Big5 .SUFFIXES: .src .out diff --git a/share/timedef/Makefile b/share/timedef/Makefile index 6ee5b4800b00..4c69793602b6 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -211,5 +211,7 @@ afterinstall: ${LOCALEDIR}/af_ZA.UTF-8/LC_TIME ln -fs ../zh_TW.UTF-8/LC_TIME \ ${LOCALEDIR}/zh_HK.UTF-8/LC_TIME + ln -fs ../zh_TW.UTF-8/LC_TIME \ + ${LOCALEDIR}/zh_HK.Big5HKSCS/LC_TIME .include <bsd.prog.mk> |