summaryrefslogtreecommitdiff
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-12-08 14:05:08 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-12-08 14:05:08 +0000
commit6e1b71c5b8c6a900d08f269b959cf9e18bf8fd13 (patch)
treec455fa54e78143b762439680d7623e8bdd0262d7 /usr.bin/vi
parentffa6f1e82042d68cc9c0933fd9afbde48ea53672 (diff)
downloadsrc-test2-6e1b71c5b8c6a900d08f269b959cf9e18bf8fd13.tar.gz
src-test2-6e1b71c5b8c6a900d08f269b959cf9e18bf8fd13.zip
Notes
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index b1627150cf1f..2d74f8c61f76 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.8 1996/11/10 15:49:49 paul Exp $
+# $Id: Makefile,v 1.9 1996/11/21 10:13:25 ache Exp $
#
# This has most of the glue needed to compile tknvi and the perl hooks,
# but not all.
@@ -39,7 +39,7 @@ MLINKS+=vi.1 ex.1 vi.1 view.1
MLINKS+=vi.1 nex.1 vi.1 nview.1 vi.1 nvi.1
CATALOGS= dutch english french german ru_SU.KOI8-R spanish swedish
-DALINKS= da_DK
+NLLINKS= nl_NL
ENLINKS= en_AU en_CA en_GB en_US
FRLINKS= fr_BE fr_CA fr_CH fr_FR
DELINKS= de_AT de_CH de_DE
@@ -155,7 +155,7 @@ afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${CATALOGS:S;^;${SRCDIR}/catalog/;} \
${DESTDIR}/usr/share/vi/catalog
- for l in ${DALINKS}; do \
+ for l in ${NLLINKS}; do \
ln -fs dutch ${DESTDIR}/usr/share/vi/catalog/$$l.ISO_8859-1; \
done
for l in ${ENLINKS}; do \