diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-14 10:14:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-14 10:14:28 +0000 |
commit | 04afa01b54e9452ee05d395b8ac6ad23c53278bb (patch) | |
tree | a2d4c36e8219cb5a97e764d0a662be11d4846ced /editors | |
parent | eefb4d4d66ec6580502cebcb079d1149b4dd1c1d (diff) | |
download | pkgsrc-04afa01b54e9452ee05d395b8ac6ad23c53278bb.tar.gz |
Bump PKGREVISION for previous.
Diffstat (limited to 'editors')
-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 |