summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-11-21 10:13:25 +0000
committerache <ache@FreeBSD.org>1996-11-21 10:13:25 +0000
commit1860dabc4eefe2efecf4598eb2a859414c9dcf42 (patch)
tree928e7672f7f8534f4c32ed8274e903c792a69724 /usr.bin/vi
parent534a4e360d9682e1baa92ccad9b132c156d91d99 (diff)
downloadFreeBSD-src-1860dabc4eefe2efecf4598eb2a859414c9dcf42.zip
FreeBSD-src-1860dabc4eefe2efecf4598eb2a859414c9dcf42.tar.gz
Add ru_RU as alias to ru_SU
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index 6a8b517..b162715 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.7 1996/11/09 16:54:33 joerg Exp $
+# $Id: Makefile,v 1.8 1996/11/10 15:49:49 paul Exp $
#
# This has most of the glue needed to compile tknvi and the perl hooks,
# but not all.
@@ -174,6 +174,7 @@ afterinstall:
for l in ${SVLINKS}; do \
ln -fs swedish ${DESTDIR}/usr/share/vi/catalog/$$l.ISO_8859-1; \
done
+ ln -fs ru_SU.KOI8-R ${DESTDIR}/usr/share/vi/catalog/ru_RU.KOI8-R
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${SRCDIR}/tcl_scripts/*.tcl \
${DESTDIR}/usr/share/vi/tcl
OpenPOWER on IntegriCloud