summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile
diff options
context:
space:
mode:
authormartti <martti>2003-06-02 07:27:24 +0000
committermartti <martti>2003-06-02 07:27:24 +0000
commitf4ba8af1e78e14e89366990a780c03fb4511faaa (patch)
tree4fbae391e2eda6342b82699d471523dbc632b5ca /editors/vim-share/Makefile
parent822f54d423110dacb26a1bc0f17f7717077f0b64 (diff)
downloadpkgsrc-f4ba8af1e78e14e89366990a780c03fb4511faaa.tar.gz
Updated vim to 6.2.0
This is a bugfix release of Vim. Since Vim 6.1 hundreds of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages. The main new features are: - Support for GTK 2. (Daniel Elstner) - Support for editing Arabic text. (Nadim Shaikli & Isam Bayazidi) - ":try" command and exception handling. (Servatius Brandt) - Support for the neXtaw GUI toolkit (mostly like Athena). (Alexey Froloff) - Support for PostScript printing in various 8-bit encodings. (Mike Williams)
Diffstat (limited to 'editors/vim-share/Makefile')
-rw-r--r--editors/vim-share/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index 1a86579e14f..04502e4dc41 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/03/24 19:39:08 martti Exp $
+# $NetBSD: Makefile,v 1.9 2003/06/02 07:27:25 martti Exp $
.include "Makefile.common"
@@ -10,7 +10,7 @@ CONFIGURE_ARGS+= --disable-gui
INSTALL_TARGET= installruntime installmacros installtutor installtools
-PLIST_SUBST+= VIM_SUBDIR="vim61"
+PLIST_SUBST+= VIM_SUBDIR="vim62"
do-build:
@cd ${WRKSRC}/xxd && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}