diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-08 14:10:46 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-12-08 14:10:46 +0000 |
| commit | d68500f3f1c5daf6d320ae4a18cd7cbc42e7d23a (patch) | |
| tree | 2bd02a6c0575dff67451e110a2aa14ebef8170f5 /usr.bin/vi | |
| parent | cd7f325fc4fb4209174dc36919a7f5c36e810889 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vi')
| -rw-r--r-- | usr.bin/vi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index a65a1200a549..7a7c23d34783 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3.2.3 1996/11/12 09:11:06 phk Exp $ +# $Id: Makefile,v 1.3.2.4 1996/11/23 08:33:18 phk 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 \ |
