summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-06-17 03:25:34 +0000
committerache <ache@FreeBSD.org>1995-06-17 03:25:34 +0000
commit0f99c0e047ae43ad657344f97237127a05cca4bf (patch)
tree335cea27cd35536168e5897cea020cd09ddff5b3 /usr.bin/mklocale
parentc8f182e00d9fc91bf312763f3b0f28a7cf6ac226 (diff)
downloadFreeBSD-src-0f99c0e047ae43ad657344f97237127a05cca4bf.zip
FreeBSD-src-0f99c0e047ae43ad657344f97237127a05cca4bf.tar.gz
Rename ISO8859-1 to ISO_8859-1 per RFC1700
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r--usr.bin/mklocale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile
index 446254a..4051d7e 100644
--- a/usr.bin/mklocale/Makefile
+++ b/usr.bin/mklocale/Makefile
@@ -5,7 +5,7 @@ SRCS= yacc.c lex.c
CFLAGS+=-I.
CLEANFILES+=y.tab.h yacc.c lex.c
MAN1= mklocale.1
-LOCALES= ja_JP.EUC ru_SU.KOI8-R lt_LN.ISO8859-1 ru_SU.CP866
+LOCALES= ja_JP.EUC ru_SU.KOI8-R lt_LN.ISO_8859-1 ru_SU.CP866
LOCALEDIR= ${DESTDIR}/usr/share/locale
afterinstall:
OpenPOWER on IntegriCloud