diff options
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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> |