summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-12-08 14:05:08 +0000
committerache <ache@FreeBSD.org>1996-12-08 14:05:08 +0000
commitb0ce21fe0db57d252d5789db8e0409b4b53767a6 (patch)
treec455fa54e78143b762439680d7623e8bdd0262d7 /usr.bin/vi/Makefile
parentffd17cecfca704960bbcd9f80fa40436bc577bc1 (diff)
downloadFreeBSD-src-b0ce21fe0db57d252d5789db8e0409b4b53767a6.zip
FreeBSD-src-b0ce21fe0db57d252d5789db8e0409b4b53767a6.tar.gz
Link Dutch catalog with nl_NL instead of da_DK
Diffstat (limited to 'usr.bin/vi/Makefile')
-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 b162715..2d74f8c 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 \
OpenPOWER on IntegriCloud