diff options
-rw-r--r-- | editors/vim-share/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-share/Makefile.common | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile index 3bf4e66166e..e6acf3555b3 100644 --- a/editors/vim-share/Makefile +++ b/editors/vim-share/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2005/12/05 20:50:10 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2006/03/02 07:27:44 martti Exp $ PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL} -#PKGREVISION= 1 +PKGREVISION= 1 COMMENT= Data files for the vim editor (vi clone) diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index c42bcfa92ac..0ad15cfccca 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.54 2006/02/28 11:03:17 martti Exp $ +# $NetBSD: Makefile.common,v 1.55 2006/03/02 07:27:44 martti Exp $ .include "../../editors/vim-share/version.mk" @@ -44,7 +44,6 @@ ALTERNATIVES_SRC= PKG_SUPPORTED_OPTIONS+= cscope PKG_OPTIONS_VAR= PKG_OPTIONS.vim -PKG_SUGGESTED_OPTIONS= cscope .include "../../mk/bsd.options.mk" |