From abf790d5067021a9c370e2d38552151c9d78fa5c Mon Sep 17 00:00:00 2001 From: kim Date: Tue, 4 Sep 2001 00:29:26 +0000 Subject: Fix Estonian and Ukrainian character set codes. --- shells/tcsh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shells') diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 1d5ea2ad7a3..39f632c458b 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/09/03 01:57:21 kim Exp $ +# $NetBSD: Makefile,v 1.29 2001/09/04 00:29:26 kim Exp $ # DISTNAME= tcsh-6.11 @@ -34,7 +34,7 @@ post-install: @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} @${ECHO} ${NLSDIR}/C/tcsh.cat >> ${PLIST_SRC} @for i in \ - et:ISO_8859-1:et:EE \ + et:ISO_8859-15:et:EE \ finnish:ISO_8859-1:fi:FI \ french:ISO_8859-1:fr:BE:CA:CH:FR \ german:ISO_8859-1:de:AT:CH:DE \ @@ -43,7 +43,7 @@ post-install: ja:EUC:ja:JP \ russian:KOI8-R:ru:SU \ spanish:ISO_8859-1:es:ES \ - ukrainian:ISO_8859-1:uk:UA \ + ukrainian:KOI8-U:uk:UA \ ; \ do \ OIFS="${IFS}"; \ -- cgit v1.2.3