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 9f701a9dbad..7d1e3b76f78 100644 --- a/editors/vim-share/Makefile +++ b/editors/vim-share/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2016/10/03 20:04:46 morr Exp $ +# $NetBSD: Makefile,v 1.47 2017/06/05 14:23:57 ryoon Exp $ PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL} +PKGREVISION= 1 COMMENT= Data files for the vim editor (vi clone) .include "Makefile.common" |