diff options
Diffstat (limited to 'editors/vim-share')
-rw-r--r-- | editors/vim-share/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-share/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile index 78fb5ed8e70..1a2267b861c 100644 --- a/editors/vim-share/Makefile +++ b/editors/vim-share/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2000/04/16 07:31:12 mycroft Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 14:40:54 wiz Exp $ .include "Makefile.common" PKGNAME= vim-share-${VIM_VERSION} +COMMENT= Data files for the vim editor (vi clone) + DISTFILES+= ${DISTNAME}-rt${EXTRACT_SUFX} CONFIGURE_ARGS+= --disable-gui diff --git a/editors/vim-share/pkg/COMMENT b/editors/vim-share/pkg/COMMENT deleted file mode 100644 index b2d220bf98b..00000000000 --- a/editors/vim-share/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Data files for the vim editor (vi clone) |