diff options
-rw-r--r-- | editors/vim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 82add8ece39..3feed4a1941 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.50 2003/12/14 10:10:52 cjs Exp $ +# $NetBSD: Makefile,v 1.51 2003/12/14 10:14:28 wiz Exp $ .include "../vim-share/Makefile.common" PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Vim editor (vi clone) without GUI |