summaryrefslogtreecommitdiff
path: root/shells/tcsh
diff options
context:
space:
mode:
authorkim <kim>2001-09-04 00:29:26 +0000
committerkim <kim>2001-09-04 00:29:26 +0000
commitabf790d5067021a9c370e2d38552151c9d78fa5c (patch)
tree48a56d8a73d6073c684c9b91b4706b039120e85b /shells/tcsh
parent0c15a4f294b77b61c7a250691bc8bd13d6aadda5 (diff)
downloadpkgsrc-abf790d5067021a9c370e2d38552151c9d78fa5c.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}"; \