summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-01-25 23:22:11 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-01-25 23:22:11 +0000
commitd9f5bf7c1323c3bb28d9b71706cc7b7a2d64db0b (patch)
tree17abfc2b7df4f56b5c4a7ac59974a2b7b86ef39b
parent2b0a1ff988c03005259d69b4b91f57350af62f78 (diff)
install all the catalogs; as cvs forgot to check this file in when those were added; millert@ ok
-rw-r--r--usr.bin/vi/build/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/vi/build/Makefile b/usr.bin/vi/build/Makefile
index a2becdf1c37..337a6e74ab9 100644
--- a/usr.bin/vi/build/Makefile
+++ b/usr.bin/vi/build/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2001/09/11 22:31:29 heko Exp $
+# $OpenBSD: Makefile,v 1.16 2004/01/25 23:22:10 mickey Exp $
# @(#)Makefile.in 8.75 (Berkeley) 10/23/96
PROG= vi
@@ -62,7 +62,8 @@ perl.c: ${.CURDIR}/../perl_api/perl.xs ${.CURDIR}/../perl_api/typemap
.include "../../Makefile.inc"
.include <bsd.prog.mk>
-CATALOGS= dutch english french german ru_RU.KOI8-R spanish swedish
+CATALOGS= dutch english french german polish ru_RU.KOI8-R spanish \
+ swedish uk_UA.KOI8-U
afterinstall:
${INSTALL} -d ${DESTDIR}${SHAREDIR}/vi/catalog
(cd ${.CURDIR}/../catalog && ${INSTALL} -m ${NONBINMODE} -c ${CATALOGS} ${DESTDIR}/usr/share/vi/catalog )