diff options
author | knu <knu@FreeBSD.org> | 2003-02-19 03:08:21 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-19 03:08:21 +0800 |
commit | 14b44cf15c74b504720e5837a20466c1b3fe7ebe (patch) | |
tree | 5797092ea0205025cf63f32453b63d6bba7cd2fe /editors | |
parent | f6de293354559e9b951963d93db32619e9f5565d (diff) | |
download | freebsd-ports-gnome-14b44cf15c74b504720e5837a20466c1b3fe7ebe.tar.gz freebsd-ports-gnome-14b44cf15c74b504720e5837a20466c1b3fe7ebe.tar.zst freebsd-ports-gnome-14b44cf15c74b504720e5837a20466c1b3fe7ebe.zip |
De-pkg-comment vim 6 ports.
Approved by: obrien (MAINTAINER)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim-lite/Makefile | 3 | ||||
-rw-r--r-- | editors/vim/Makefile | 1 | ||||
-rw-r--r-- | editors/vim/pkg-comment | 1 | ||||
-rw-r--r-- | editors/vim6+ruby/Makefile | 3 | ||||
-rw-r--r-- | editors/vim6+ruby/pkg-comment | 1 |
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 |