summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/monetdef/Makefile3
-rw-r--r--share/msgdef/Makefile2
-rw-r--r--share/timedef/Makefile3
3 files changed, 6 insertions, 2 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index a5cfc13..3bb1d67 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -95,5 +95,6 @@ afterinstall:
${LOCALEDIR}/ja_JP.SJIS/LC_MONETARY
ln -sf ../ko_KR.eucKR/LC_MONETARY \
${LOCALEDIR}/ko_KR.CP949/LC_MONETARY
-
+ ln -sf ../zh_CN.GB2312/LC_MONETARY \
+ ${LOCALEDIR}/zh_CN.GBK/LC_MONETARY
.include <bsd.prog.mk>
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index c9028df..b1e9459 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -129,5 +129,7 @@ afterinstall:
.endfor
ln -sf ../ko_KR.eucKR/LC_MESSAGES \
${LOCALEDIR}/ko_KR.CP949/LC_MESSAGES
+ ln -sf ../zh_CN.GB2312/LC_MESSAGES \
+ ${LOCALEDIR}/zh_CN.GBK/LC_MESSAGES
.include <bsd.prog.mk>
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