diff options
author | martti <martti@pkgsrc.org> | 2003-03-16 08:02:38 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-03-16 08:02:38 +0000 |
commit | 7ba468d0eafb9dbcf4cbb275d2406283c78cfccf (patch) | |
tree | 2b396bd2dc254aff442530f73f823471242ff687 /editors/vim-share/Makefile.common | |
parent | 43620ece713e77057c04a16ce2eec80716e85963 (diff) | |
download | pkgsrc-7ba468d0eafb9dbcf4cbb275d2406283c78cfccf.tar.gz |
Updated vim to 6.1.405
Lots of bug fixes since the official 6.1 release.
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 19a5fd946d0..4c80a7206a6 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.30 2002/10/08 00:20:12 jlam Exp $ +# $NetBSD: Makefile.common,v 1.31 2003/03/16 08:02:38 martti Exp $ VIM_VERSION= 6.1 -VIM_PATCHLEVEL= 0 -DISTNAME= vim-${VIM_VERSION} +VIM_PATCHLEVEL= 405 +DISTNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL} CATEGORIES= editors MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \ ftp://ftp.fu-berlin.de/misc/editors/vim/unix/ \ |