aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-18 19:08:21 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-18 19:08:21 +0000
commitec037f46564ed6d289aa1a256d910c30a3ef7dbd (patch)
tree01d8cf362994dda555443a3e7bba9a0f83a8bbad
parent5ed6273d82d93b4ab37f89308f4b57a53ea28f3a (diff)
downloadports-ec037f46564ed6d289aa1a256d910c30a3ef7dbd.tar.gz
ports-ec037f46564ed6d289aa1a256d910c30a3ef7dbd.zip
De-pkg-comment vim 6 ports.
Approved by: obrien (MAINTAINER)
Notes
Notes: svn path=/head/; revision=75813
-rw-r--r--editors/vim-lite/Makefile3
-rw-r--r--editors/vim/Makefile1
-rw-r--r--editors/vim/pkg-comment1
-rw-r--r--editors/vim6+ruby/Makefile3
-rw-r--r--editors/vim6+ruby/pkg-comment1
5 files changed, 5 insertions, 4 deletions
diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile
index 8934e7b0dda2..75b0ea6c79f0 100644
--- a/editors/vim-lite/Makefile
+++ b/editors/vim-lite/Makefile
@@ -10,4 +10,7 @@ LITE= yes
MASTERDIR= ${.CURDIR}/../vim
+MAINTAINER?= obrien@FreeBSD.org
+COMMENT?= Vi "workalike", with many additional features (Lite package)
+
.include "${MASTERDIR}/Makefile"
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index f9fb8c9974a4..bfb71046a3cd 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -24,6 +24,7 @@ PATCHFILES:= ${PATCHFILES:N6.1.${p}}
.endfor
MAINTAINER?= obrien@FreeBSD.org
+COMMENT?= Vi "workalike", with many additional features
SLAVEDIRS= editors/vim-lite
diff --git a/editors/vim/pkg-comment b/editors/vim/pkg-comment
deleted file mode 100644
index 06543ff852c3..000000000000
--- a/editors/vim/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Vi "workalike", with many additional features
diff --git a/editors/vim6+ruby/Makefile b/editors/vim6+ruby/Makefile
index 162a3552a73f..4b710a0a41e0 100644
--- a/editors/vim6+ruby/Makefile
+++ b/editors/vim6+ruby/Makefile
@@ -13,8 +13,7 @@ CATEGORIES= editors ruby
PKGNAMESUFFIX= +ruby
MAINTAINER= knu@FreeBSD.org
-
-COMMENTFILE= ${.CURDIR}/pkg-comment
+COMMENT= Vi IMproved version 6 with embedded Ruby interpreter
#EXTRA_PATCHES= ${.CURDIR}/files/patch-*
diff --git a/editors/vim6+ruby/pkg-comment b/editors/vim6+ruby/pkg-comment
deleted file mode 100644
index 3eb91c07c18b..000000000000
--- a/editors/vim6+ruby/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Vi IMproved version 6 with embedded Ruby interpreter