diff options
author | ache <ache@FreeBSD.org> | 2003-12-20 11:18:43 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-12-20 11:18:43 +0000 |
commit | ac5798858c2ebeffce49dfdd6ae12a85eb1aabaa (patch) | |
tree | 8a9deaa7c5c5b3b6e469130f2e013c0ddec2bac7 /share/numericdef/Makefile | |
parent | f8c04248bd82b24576191a8962a3c0c1ee497e13 (diff) | |
download | FreeBSD-src-ac5798858c2ebeffce49dfdd6ae12a85eb1aabaa.zip FreeBSD-src-ac5798858c2ebeffce49dfdd6ae12a85eb1aabaa.tar.gz |
Add be_BY.*
Submitted by: Yury Tarasievich <grog@grsu.by>
Diffstat (limited to 'share/numericdef/Makefile')
-rw-r--r-- | share/numericdef/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 12337f3..dc8004c 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -5,6 +5,7 @@ CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= af_ZA.ISO8859-1 \ am_ET.UTF-8 \ + be_BY.CP1251 \ bg_BG.CP1251 \ ca_ES.ISO8859-1 \ cs_CZ.ISO8859-2 \ @@ -56,6 +57,7 @@ IT_LINKS= it_CH 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 .SUFFIXES: .src .out @@ -118,6 +120,10 @@ afterinstall: ln -sf ../ru_RU.KOI8-R/LC_NUMERIC \ ${LOCALEDIR}/${link}/LC_NUMERIC .endfor +.for link in ${BY_LINKS} + ln -sf ../be_BY.CP1251/LC_NUMERIC \ + ${LOCALEDIR}/${link}/LC_NUMERIC +.endfor .for link in ${UA_LINKS} ln -sf ../uk_UA.KOI8-U/LC_NUMERIC \ ${LOCALEDIR}/${link}/LC_NUMERIC |