summaryrefslogtreecommitdiff
path: root/editors/vim-gtk
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 14:38:16 +0000
committerwiz <wiz>2001-02-16 14:38:16 +0000
commitd7d375166804180b99de6a2eb77d406136e65d5c (patch)
treed583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /editors/vim-gtk
parent209586d4a9c7015edc99d25f7da50055bc2cf3ee (diff)
downloadpkgsrc-d7d375166804180b99de6a2eb77d406136e65d5c.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'editors/vim-gtk')
-rw-r--r--editors/vim-gtk/Makefile4
-rw-r--r--editors/vim-gtk/pkg/COMMENT1
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim-gtk/Makefile b/editors/vim-gtk/Makefile
index d4f4bdb3fce..c0d7010881b 100644
--- a/editors/vim-gtk/Makefile
+++ b/editors/vim-gtk/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.19 2001/01/08 13:23:54 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2001/02/16 14:40:54 wiz Exp $
.include "../vim-share/Makefile.common"
PKGNAME= vim-gtk-${VIM_VERSION}
+COMMENT= Vim editor (vi clone) with X11 GTK+ GUI
+
DEPENDS+= vim-share-${VIM_VERSION}:../vim-share
DEPENDS+= gtk+-1.2.*:../../x11/gtk
CONFLICTS= vim-[0-9]* vim-xaw-*
diff --git a/editors/vim-gtk/pkg/COMMENT b/editors/vim-gtk/pkg/COMMENT
deleted file mode 100644
index 944eed85ab9..00000000000
--- a/editors/vim-gtk/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Vim editor (vi clone) with X11 GTK+ GUI