summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-20 17:24:13 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-20 17:24:13 +0000
commit1707b424cb5fb67d17318c9d90affaf0c362531d (patch)
treee2f41c497a07a8a220e52c34456b2ab2734091ff /editors
parentDe-pkg-comment. (diff)
De-pkg-comment.
Notes
Notes: svn path=/head/; revision=75953
Diffstat (limited to 'editors')
-rw-r--r--editors/nvi-m17n/Makefile3
-rw-r--r--editors/nvi-m17n/pkg-comment1
-rw-r--r--editors/nvi-perl/Makefile1
-rw-r--r--editors/nvi-perl/pkg-comment1
4 files changed, 3 insertions, 3 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile
index d70d8b3bbbed..6ae4eef96613 100644
--- a/editors/nvi-m17n/Makefile
+++ b/editors/nvi-m17n/Makefile
@@ -16,7 +16,8 @@ DISTNAME= nvi-1.79
PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
PATCHFILES= nvi-1.79.m17n-20011024.diff.gz
-MAINTAINER?= ports@FreeBSD.org
+MAINTAINER?= ports@FreeBSD.org
+COMMENT?= A clone of vi/ex, with multilingual patch, no default settings
PATCH_DIST_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p0 -f
WRKSRC= ${WRKDIR}/${DISTNAME}/build
diff --git a/editors/nvi-m17n/pkg-comment b/editors/nvi-m17n/pkg-comment
deleted file mode 100644
index 22a9e99dedf0..000000000000
--- a/editors/nvi-m17n/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A clone of vi/ex, with multilingual patch, no default settings
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile
index 3284434610bb..8db12192eb20 100644
--- a/editors/nvi-perl/Makefile
+++ b/editors/nvi-perl/Makefile
@@ -14,6 +14,7 @@ MASTER_SITES= ftp://sleepy.vwh.net/pub/ \
PKGNAMESUFFIX= -perl
MAINTAINER= ports@FreeBSD.org
+COMMENT= A clone of vi/ex, with perl5 linked into
# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
diff --git a/editors/nvi-perl/pkg-comment b/editors/nvi-perl/pkg-comment
deleted file mode 100644
index 27512530bbb6..000000000000
--- a/editors/nvi-perl/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A clone of vi/ex, with perl5 linked into