diff options
Diffstat (limited to 'editors/vim-share/Makefile')
-rw-r--r-- | editors/vim-share/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile index 61c4b26da9d..756483eb72c 100644 --- a/editors/vim-share/Makefile +++ b/editors/vim-share/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2014/09/08 21:55:33 morr Exp $ +# $NetBSD: Makefile,v 1.36 2015/06/12 10:50:03 wiz Exp $ PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL} +PKGREVISION= 1 COMMENT= Data files for the vim editor (vi clone) .include "Makefile.common" |