diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
commit | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /editors/vim | |
parent | 5db9dc6826de4c5bfec1656c0935b20663fd040c (diff) | |
download | pkgsrc-94dc65fbeccff1dc0d868dfd4949516e0eacf893.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'editors/vim')
-rw-r--r-- | editors/vim/Makefile | 4 | ||||
-rw-r--r-- | editors/vim/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index c83917354ad..d2f322cfd3f 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.36 2001/01/08 13:23:53 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2001/02/16 14:40:54 wiz Exp $ .include "../vim-share/Makefile.common" PKGNAME= vim-${VIM_VERSION} +COMMENT= Vim editor (vi clone) without gui + DEPENDS+= vim-share-${VIM_VERSION}:../vim-share CONFLICTS= vim-xaw-* vim-gtk-* diff --git a/editors/vim/pkg/COMMENT b/editors/vim/pkg/COMMENT deleted file mode 100644 index 0f1a218f859..00000000000 --- a/editors/vim/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Vim editor (vi clone) without gui |