diff options
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/nls/finnish/Makefile | 4 | ||||
-rw-r--r-- | bin/csh/nls/french/Makefile | 8 | ||||
-rw-r--r-- | bin/csh/nls/german/Makefile | 6 | ||||
-rw-r--r-- | bin/csh/nls/greek/Makefile | 2 | ||||
-rw-r--r-- | bin/csh/nls/italian/Makefile | 4 | ||||
-rw-r--r-- | bin/csh/nls/ja/Makefile | 2 | ||||
-rw-r--r-- | bin/csh/nls/spanish/Makefile | 4 |
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} |