summaryrefslogtreecommitdiffstats
path: root/share/timedef/Makefile
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2003-11-06 23:43:40 +0000
committerdavidxu <davidxu@FreeBSD.org>2003-11-06 23:43:40 +0000
commit62eecd357e24f85f65b49a9b4f5e333875b753af (patch)
tree7b9485c2c07cabafacd161428111e6030258def6 /share/timedef/Makefile
parente28905d4a5ec7312ef6c829ccd7ea96acb7afe34 (diff)
downloadFreeBSD-src-62eecd357e24f85f65b49a9b4f5e333875b753af.zip
FreeBSD-src-62eecd357e24f85f65b49a9b4f5e333875b753af.tar.gz
Make zh_CN.GBK fully work by making monetdef/msgdef/timedef symlinks to
zh_CN.GB2312 locale files. zh_CN.GB18030 can be changed in same way, but I havn't done this change since these files already exists.
Diffstat (limited to 'share/timedef/Makefile')
-rw-r--r--share/timedef/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index 2339e24..c1f7ba6 100644
--- a/share/timedef/Makefile
+++ b/share/timedef/Makefile
@@ -134,5 +134,6 @@ afterinstall:
${LOCALEDIR}/af_ZA.ISO8859-15/LC_TIME
ln -fs ../ko_KR.eucKR/LC_TIME \
${LOCALEDIR}/ko_KR.CP949/LC_TIME
-
+ ln -fs ../zh_CN.GB2312/LC_TIME \
+ ${LOCALEDIR}/zh_CN.GBK/LC_TIME
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud