summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-04 20:46:33 +0000
committerache <ache@FreeBSD.org>1994-12-04 20:46:33 +0000
commit4b415e359d1f9fce3b77055a66f5789e92500e90 (patch)
tree20ef5bc7e9e5d8ab6864e50b96142fb85a6a17d5 /usr.bin/mklocale
parent35d1856d18474919430d0047f3e3451b85cd972c (diff)
downloadFreeBSD-src-4b415e359d1f9fce3b77055a66f5789e92500e90.zip
FreeBSD-src-4b415e359d1f9fce3b77055a66f5789e92500e90.tar.gz
Found at least one proper name for ISO8859-1 locale,
still need more names
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r--usr.bin/mklocale/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile
index ae67c4b..1e5801e 100644
--- a/usr.bin/mklocale/Makefile
+++ b/usr.bin/mklocale/Makefile
@@ -7,7 +7,7 @@ CLEANFILES+=y.tab.h yacc.c lex.c
MAN1= mklocale.1
LOCALES= ja_JP.EUC ru_SU.KOI8-R
-#ISO88591LOCALES=
+ISO88591LOCALES= lt_LN.ISO8859-1 # need more names here
LOCALEDIR= ${DESTDIR}/usr/share/locale
afterinstall:
@@ -17,11 +17,11 @@ afterinstall:
mklocale -o ${LOCALEDIR}/$$locale/LC_CTYPE ${.CURDIR}/data/$$locale; \
chmod ${BINMODE} ${LOCALEDIR}/$$locale; \
done
-# for locale in ${ISO88591LOCALES}; do \
-# mkdir -p ${LOCALEDIR}/$$locale || true; \
-# mklocale -o ${LOCALEDIR}/$$locale/LC_CTYPE ${.CURDIR}/data/iso_8859_1; \
-# chmod ${BINMODE} ${LOCALEDIR}/$$locale; \
-# done
+ for locale in ${ISO88591LOCALES}; do \
+ mkdir -p ${LOCALEDIR}/$$locale || true; \
+ mklocale -o ${LOCALEDIR}/$$locale/LC_CTYPE ${.CURDIR}/data/iso_8859_1; \
+ chmod ${BINMODE} ${LOCALEDIR}/$$locale; \
+ done
chown -R ${BINOWN}.${BINGRP} ${LOCALEDIR}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud