summaryrefslogtreecommitdiff
path: root/shells/tcsh
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2001-09-04 00:29:26 +0000
committerkim <kim@pkgsrc.org>2001-09-04 00:29:26 +0000
commit190655252da4529d707d6d3eb563c7c4f0a8dce5 (patch)
tree48a56d8a73d6073c684c9b91b4706b039120e85b /shells/tcsh
parentf22de89bd8413a91a8b4a990005cba23063e56ad (diff)
downloadpkgsrc-190655252da4529d707d6d3eb563c7c4f0a8dce5.tar.gz
Fix Estonian and Ukrainian character set codes.
Diffstat (limited to 'shells/tcsh')
-rw-r--r--shells/tcsh/Makefile6
1 files changed, 3 insertions, 3 deletions
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}"; \