summaryrefslogtreecommitdiffstats
path: root/share/monetdef/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-06-10 14:17:44 +0000
committerache <ache@FreeBSD.org>2001-06-10 14:17:44 +0000
commit483b22462d09daace84c0e768581541ebb231e1f (patch)
treeddde15fef17b08384f34df5b87e2f1a633a4e033 /share/monetdef/Makefile
parent9060720ebc772797d906e4bef5c364d4f17dc2f9 (diff)
downloadFreeBSD-src-483b22462d09daace84c0e768581541ebb231e1f.zip
FreeBSD-src-483b22462d09daace84c0e768581541ebb231e1f.tar.gz
Switch to new locale names
Diffstat (limited to 'share/monetdef/Makefile')
-rw-r--r--share/monetdef/Makefile66
1 files changed, 34 insertions, 32 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index fb30dfa..39ba692 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -3,42 +3,42 @@
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
-LOCALES= af_ZA.ISO_8859-1 \
- cs_CZ.ISO_8859-2 \
- da_DK.ISO_8859-1 \
- de_AT.ISO_8859-1 \
- de_DE.ISO_8859-1 \
- el_GR.ISO_8859-7 \
- en_AU.ISO_8859-1 \
- en_CA.ISO_8859-1 \
- en_GB.ISO_8859-1 \
- en_NZ.ISO_8859-1 \
- en_US.ISO_8859-1 \
- es_ES.ISO_8859-1 \
- et_EE.ISO_8859-15 \
- fi_FI.ISO_8859-1 \
- fr_FR.ISO_8859-1 \
- fr_CA.ISO_8859-1 \
- hr_HR.ISO_8859-2 \
- hu_HU.ISO_8859-2 \
- is_IS.ISO_8859-1 \
- it_IT.ISO_8859-1 \
- nl_NL.ISO_8859-1 \
- no_NO.ISO_8859-1 \
- pl_PL.ISO_8859-2 \
- pt_PT.ISO_8859-1 \
+LOCALES= af_ZA.ISO8859-1 \
+ cs_CZ.ISO8859-2 \
+ da_DK.ISO8859-1 \
+ de_AT.ISO8859-1 \
+ de_DE.ISO8859-1 \
+ el_GR.ISO8859-7 \
+ en_AU.ISO8859-1 \
+ en_CA.ISO8859-1 \
+ en_GB.ISO8859-1 \
+ en_NZ.ISO8859-1 \
+ en_US.ISO8859-1 \
+ es_ES.ISO8859-1 \
+ et_EE.ISO8859-15 \
+ fi_FI.ISO8859-1 \
+ fr_FR.ISO8859-1 \
+ fr_CA.ISO8859-1 \
+ hr_HR.ISO8859-2 \
+ hu_HU.ISO8859-2 \
+ is_IS.ISO8859-1 \
+ it_IT.ISO8859-1 \
+ nl_NL.ISO8859-1 \
+ no_NO.ISO8859-1 \
+ pl_PL.ISO8859-2 \
+ pt_PT.ISO8859-1 \
ru_RU.CP866 \
- ru_RU.ISO_8859-5 \
+ ru_RU.ISO8859-5 \
ru_RU.KOI8-R \
- sk_SK.ISO_8859-2 \
- sl_SI.ISO_8859-2 \
- sv_SE.ISO_8859-1 \
- tr_TR.ISO_8859-9 \
+ sk_SK.ISO8859-2 \
+ sl_SI.ISO8859-2 \
+ sv_SE.ISO8859-1 \
+ tr_TR.ISO8859-9 \
uk_UA.KOI8-U \
- ko_KR.EUC \
- ja_JP.EUC \
+ ko_KR.eucKR \
+ ja_JP.eucJP \
zh_TW.Big5 \
- zh_CN.EUC
+ zh_CN.eucCN
LOCALEDIR= ${DESTDIR}/usr/share/locale
@@ -54,5 +54,7 @@ afterinstall:
${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} ${lang}.out \
${LOCALEDIR}/${lang}/LC_MONETARY
.endfor
+ ln -fs ../en_US.ISO8859-1/LC_MONETARY \
+ ${LOCALEDIR}/en_US.US-ASCII/LC_MONETARY
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud