summaryrefslogtreecommitdiffstats
path: root/share/numericdef
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2003-06-07 00:19:50 +0000
committerache <ache@FreeBSD.org>2003-06-07 00:19:50 +0000
commit22ac24d03e776908cd5f70872a54a873e404870f (patch)
tree665dd54eb2ef7d7eeffc9e54d6b55d34e9ab328e /share/numericdef
parent41101d70da287565de8379183b59dfdcc4e9df76 (diff)
downloadFreeBSD-src-22ac24d03e776908cd5f70872a54a873e404870f.zip
FreeBSD-src-22ac24d03e776908cd5f70872a54a873e404870f.tar.gz
Replace by links ru_RU.CP866 and ru_RU.ISO8859-5
Add link to ru_RU.CP1251
Diffstat (limited to 'share/numericdef')
-rw-r--r--share/numericdef/Makefile8
-rw-r--r--share/numericdef/ru_RU.CP866.src12
-rw-r--r--share/numericdef/ru_RU.ISO8859-5.src12
3 files changed, 5 insertions, 27 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index c9659bd..b90506f 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -30,8 +30,6 @@ LOCALES= af_ZA.ISO8859-1 \
pt_BR.ISO8859-1 \
pt_PT.ISO8859-1 \
ro_RO.ISO8859-2 \
- ru_RU.CP866 \
- ru_RU.ISO8859-5 \
ru_RU.KOI8-R \
sk_SK.ISO8859-2 \
sl_SI.ISO8859-2 \
@@ -55,8 +53,8 @@ GB_LINKS= en_AU en_NZ
FR_LINKS= fr_CA fr_CH
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
.SUFFIXES: .src .out
@@ -114,6 +112,10 @@ afterinstall:
ln -sf ../fr_BE.ISO8859-1/LC_NUMERIC \
${LOCALEDIR}/${link}.ISO8859-15/LC_NUMERIC
.endfor
+.for link in ${RU_LINKS}
+ ln -sf ../ru_RU.KOI8-R/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/ru_RU.CP866.src b/share/numericdef/ru_RU.CP866.src
deleted file mode 100644
index 4ebc899..0000000
--- a/share/numericdef/ru_RU.CP866.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
diff --git a/share/numericdef/ru_RU.ISO8859-5.src b/share/numericdef/ru_RU.ISO8859-5.src
deleted file mode 100644
index 4ebc899..0000000
--- a/share/numericdef/ru_RU.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
OpenPOWER on IntegriCloud