diff options
author | martti <martti@pkgsrc.org> | 2004-06-21 08:23:48 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-06-21 08:23:48 +0000 |
commit | eaf0d5566cfc0ebfcdebb292f9c68e0674ee62e8 (patch) | |
tree | 9e3ad0bf1c185f6711c3fb5ae513e53567a164e8 /editors/vim-share/Makefile.common | |
parent | a69908ef1fae4dc2aa87d34030041722d1b1bc50 (diff) | |
download | pkgsrc-eaf0d5566cfc0ebfcdebb292f9c68e0674ee62e8.tar.gz |
Updated vim to 6.3
This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported
problems have been fixed. Also included are new and updated syntax
files, translated menus and messages.
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 31ac71925aa..6a0ed0e94b9 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.36 2004/04/25 01:46:11 snj Exp $ +# $NetBSD: Makefile.common,v 1.37 2004/06/21 08:23:48 martti Exp $ -VIM_VERSION= 6.2 +VIM_VERSION= 6.3 VIM_PATCHLEVEL= 0 DISTNAME= vim-${VIM_VERSION} CATEGORIES= editors @@ -22,7 +22,7 @@ HOMEPAGE= http://www.vim.org/ CONFLICTS+= vim-kde-[0-9]* -WRKSRC= ${WRKDIR}/vim62/src +WRKSRC= ${WRKDIR}/vim63/src USE_BUILDLINK3= yes GNU_CONFIGURE= yes @@ -30,9 +30,9 @@ GNU_CONFIGURE= yes # files (and PLIST might not include all files) so use at your own risk! CONFIGURE_ARGS+= ${VIM_EXTRA_OPTS} -PATCH_ARGS= -d ${WRKDIR}/vim62 --forward --quiet \ +PATCH_ARGS= -d ${WRKDIR}/vim63 --forward --quiet \ -E ${PATCH_STRIP} -PATCH_DIST_ARGS= -d ${WRKDIR}/vim62 --forward --quiet \ +PATCH_DIST_ARGS= -d ${WRKDIR}/vim63 --forward --quiet \ -E ${PATCH_DIST_STRIP} PATCHDIR?= ${.CURDIR}/../vim-share/patches DISTINFO_FILE?= ${.CURDIR}/../vim-share/distinfo |