diff options
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r-- | editors/vim-share/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 7a5a795ef89..3a966b5076c 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.83 2007/05/02 09:29:18 martti Exp $ +# $NetBSD: Makefile.common,v 1.84 2007/05/07 06:34:13 martti Exp $ .include "../../editors/vim-share/version.mk" @@ -21,7 +21,8 @@ PATCHFILES+= 7.0.208 7.0.209 7.0.210 7.0.211 7.0.212 7.0.213 7.0.214 PATCHFILES+= 7.0.215 7.0.216 7.0.217 7.0.218 7.0.219 7.0.220 7.0.221 PATCHFILES+= 7.0.222 7.0.223 7.0.224 7.0.225 7.0.226 7.0.227 7.0.228 PATCHFILES+= 7.0.229 7.0.230 7.0.231 7.0.232 7.0.233 7.0.234 7.0.235 -PATCHFILES+= 7.0.236 7.0.237 7.0.238 7.0.239 +PATCHFILES+= 7.0.236 7.0.237 7.0.238 7.0.239 7.0.240 7.0.241 7.0.242 +PATCHFILES+= 7.0.243 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.vim.org/ |