summaryrefslogtreecommitdiffstats
path: root/bin/csh
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-06-10 15:28:39 +0000
committerache <ache@FreeBSD.org>2001-06-10 15:28:39 +0000
commitdf5dcfcf6e659edf598c6a879e3180ca30292c28 (patch)
tree95401fc3ccfad883c1e873316b6ba645fccb6def /bin/csh
parente3d7276b8485fa0b7a85d5a28b4ddfb306a91ba8 (diff)
downloadFreeBSD-src-df5dcfcf6e659edf598c6a879e3180ca30292c28.zip
FreeBSD-src-df5dcfcf6e659edf598c6a879e3180ca30292c28.tar.gz
Use new locale names
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/nls/finnish/Makefile4
-rw-r--r--bin/csh/nls/french/Makefile8
-rw-r--r--bin/csh/nls/german/Makefile6
-rw-r--r--bin/csh/nls/greek/Makefile2
-rw-r--r--bin/csh/nls/italian/Makefile4
-rw-r--r--bin/csh/nls/ja/Makefile2
-rw-r--r--bin/csh/nls/spanish/Makefile4
7 files changed, 15 insertions, 15 deletions
diff --git a/bin/csh/nls/finnish/Makefile b/bin/csh/nls/finnish/Makefile
index dd8002f..d346f2b 100644
--- a/bin/csh/nls/finnish/Makefile
+++ b/bin/csh/nls/finnish/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
NL= finnish
-DL= fi_FI.ISO_8859-1
-LL= fi_FI.ISO_8859-15
+DL= fi_FI.ISO8859-1
+LL= fi_FI.ISO8859-15
.PATH: ${BASESRC}/${NL}
diff --git a/bin/csh/nls/french/Makefile b/bin/csh/nls/french/Makefile
index ce86796..dd5f0d7 100644
--- a/bin/csh/nls/french/Makefile
+++ b/bin/csh/nls/french/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
NL= french
-DL= fr_FR.ISO_8859-1
-LL= fr_BE.ISO_8859-1 fr_CA.ISO_8859-1 fr_CH.ISO_8859-1 \
- fr_BE.ISO_8859-15 fr_CA.ISO_8859-15 fr_CH.ISO_8859-15 \
- fr_FR.ISO_8859-15
+DL= fr_FR.ISO8859-1
+LL= fr_BE.ISO8859-1 fr_CA.ISO8859-1 fr_CH.ISO8859-1 \
+ fr_BE.ISO8859-15 fr_CA.ISO8859-15 fr_CH.ISO8859-15 \
+ fr_FR.ISO8859-15
.PATH: ${BASESRC}/${NL}
diff --git a/bin/csh/nls/german/Makefile b/bin/csh/nls/german/Makefile
index eff9866..f808ff0 100644
--- a/bin/csh/nls/german/Makefile
+++ b/bin/csh/nls/german/Makefile
@@ -1,9 +1,9 @@
# $FreeBSD$
NL= german
-DL= de_DE.ISO_8859-1
-LL= de_AT.ISO_8859-1 de_CH.ISO_8859-1 de_AT.ISO_8859-15 \
- de_CH.ISO_8859-15 de_DE.ISO_8859-15
+DL= de_DE.ISO8859-1
+LL= de_AT.ISO8859-1 de_CH.ISO8859-1 de_AT.ISO8859-15 \
+ de_CH.ISO8859-15 de_DE.ISO8859-15
.PATH: ${BASESRC}/${NL}
diff --git a/bin/csh/nls/greek/Makefile b/bin/csh/nls/greek/Makefile
index 9826f03..35869ca 100644
--- a/bin/csh/nls/greek/Makefile
+++ b/bin/csh/nls/greek/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
NL= greek
-DL= el_GR.ISO_8859-7
+DL= el_GR.ISO8859-7
.PATH: ${BASESRC}/${NL}
diff --git a/bin/csh/nls/italian/Makefile b/bin/csh/nls/italian/Makefile
index afbb18f..aaa6f4e 100644
--- a/bin/csh/nls/italian/Makefile
+++ b/bin/csh/nls/italian/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
NL= italian
-DL= it_IT.ISO_8859-1
-LL= it_CH.ISO_8859-1 it_IT.ISO_8859-15 it_CH.ISO_8859-15
+DL= it_IT.ISO8859-1
+LL= it_CH.ISO8859-1 it_IT.ISO8859-15 it_CH.ISO8859-15
.PATH: ${BASESRC}/${NL}
diff --git a/bin/csh/nls/ja/Makefile b/bin/csh/nls/ja/Makefile
index ed72335..bad61c8 100644
--- a/bin/csh/nls/ja/Makefile
+++ b/bin/csh/nls/ja/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
NL= ja
-DL= ja_JP.EUC
+DL= ja_JP.eucJP
.PATH: ${BASESRC}/${NL}
diff --git a/bin/csh/nls/spanish/Makefile b/bin/csh/nls/spanish/Makefile
index 204e88d..492e7ef 100644
--- a/bin/csh/nls/spanish/Makefile
+++ b/bin/csh/nls/spanish/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
NL= spanish
-DL= es_ES.ISO_8859-1
-LL= es_ES.ISO_8859-15
+DL= es_ES.ISO8859-1
+LL= es_ES.ISO8859-15
.PATH: ${BASESRC}/${NL}
OpenPOWER on IntegriCloud