diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index c1a1fcd60567..dd63f61493ca 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -37,7 +37,6 @@ LOCALES= af_ZA.ISO8859-1 \ sr_YU.ISO8859-5 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ - uk_UA.ISO8859-5 \ uk_UA.KOI8-U \ zh_CN.eucCN \ zh_TW.Big5 @@ -55,6 +54,8 @@ DE_LINKS= de_AT de_CH 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 +CN_LINKS= zh_CN.GBK .SUFFIXES: .src .out @@ -116,6 +117,14 @@ afterinstall: ln -sf ../ru_RU.KOI8-R/LC_NUMERIC \ ${LOCALEDIR}/${link}/LC_NUMERIC .endfor +.for link in ${UA_LINKS} + ln -sf ../uk_UA.KOI8-U/LC_NUMERIC \ + ${LOCALEDIR}/${link}/LC_NUMERIC +.endfor +.for link in ${CN_LINKS} + ln -sf ../zh_CN.eucCN/LC_NUMERIC \ + ${LOCALEDIR}/${link}/LC_NUMERIC +.endfor .for link in ${ASCIILINKS} ln -sf ../${link}.ISO8859-1/LC_NUMERIC \ ${LOCALEDIR}/${link}.US-ASCII/LC_NUMERIC diff --git a/share/numericdef/uk_UA.ISO8859-5.src b/share/numericdef/uk_UA.ISO8859-5.src deleted file mode 100644 index 4ebc899962aa..000000000000 --- a/share/numericdef/uk_UA.ISO8859-5.src +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ -# -# WARNING: spaces may be essential at the end of lines -# WARNING: empty lines are essential too -# -# decimal_point -, -# thousands_sep - -# grouping, separated by ; -3;3 -# EOF