diff options
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 72e517d27ff..fec38d16404 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.50 2005/10/17 06:49:34 martti Exp $ +# $NetBSD: Makefile.common,v 1.51 2005/12/01 14:04:46 martti Exp $ .include "../../editors/vim-share/version.mk" @@ -14,7 +14,7 @@ DIST_SUBDIR= vim EXTRACT_SUFX= .tar.bz2 PATCH_SITES= ftp://ftp.vim.org/pub/editors/vim/patches/${VIM_VERSION}/ -PATCHFILES+= +PATCHFILES+= 6.4.002 6.4.003 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ |