summaryrefslogtreecommitdiffstats
path: root/share/locale-links
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-11-03 22:02:34 +0000
committerbapt <bapt@FreeBSD.org>2015-11-03 22:02:34 +0000
commit19535401f8e36bd4e11b3df36781c45662c11a91 (patch)
treefd72dd449be50690882f535e4e69b6e5712a3545 /share/locale-links
parent59f5ed55c687c72446dd55a2a3c037c7e5ea31c5 (diff)
downloadFreeBSD-src-19535401f8e36bd4e11b3df36781c45662c11a91.zip
FreeBSD-src-19535401f8e36bd4e11b3df36781c45662c11a91.tar.gz
There is no point in providing en_US.ISO-8859-1 and en_US.ISO8859-1 let's be
consistent with other locale and only provide en_US.ISO8859-1
Diffstat (limited to 'share/locale-links')
-rw-r--r--share/locale-links/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/locale-links/Makefile b/share/locale-links/Makefile
index 05859bf..e3a4842 100644
--- a/share/locale-links/Makefile
+++ b/share/locale-links/Makefile
@@ -19,8 +19,7 @@ UTF8= af_ZA am_ET be_BY bg_BG ca_AD ca_ES ca_FR ca_IT \
LOCALEDIR= ${SHAREDIR}/locale
-SYMLINKS= en_US.ISO8859-1 ${LOCALEDIR}/en_US.ISO-8859-1 \
- ja_JP.eucJP ${LOCALEDIR}/ja_JP.eucjp \
+SYMLINKS= ja_JP.eucJP ${LOCALEDIR}/ja_JP.eucjp \
zh_Hant_TW.UTF-8 ${LOCALEDIR}/zh_TW
.for symdir in ${UTF8}
OpenPOWER on IntegriCloud