summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-02 07:29:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-02 07:29:48 +0000
commit98dd96ee205fb968db4585e6da5e5fbdd9c840fb (patch)
tree6417bfc0f123001e7d0471472fea2b997af1841d /textproc
parent- Allow processing of info files in non-standard locations; the (diff)
Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile2
-rw-r--r--textproc/pkg/COMMENT1
2 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index a2ee22c3bd8a..7acd2fa9f41e 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,6 +1,8 @@
# $FreeBSD$
#
+ COMMENT = Text processing utilities (does not include desktop publishing)
+
SUBDIR += 2bsd-diff
SUBDIR += Ebnf2ps
SUBDIR += af-aspell
diff --git a/textproc/pkg/COMMENT b/textproc/pkg/COMMENT
deleted file mode 100644
index 965a3ef8f053..000000000000
--- a/textproc/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Text processing utilities (does not include desktop publishing)