diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-02 07:29:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-02 07:29:48 +0000 |
commit | 98dd96ee205fb968db4585e6da5e5fbdd9c840fb (patch) | |
tree | 6417bfc0f123001e7d0471472fea2b997af1841d /editors | |
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
Notes
Notes:
svn path=/head/; revision=105948
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 2 | ||||
-rw-r--r-- | editors/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 5a3f1e4a33ce..af5423a0dca4 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,6 +1,8 @@ # $FreeBSD$ # + COMMENT = Editors + SUBDIR += AbiWord2 SUBDIR += MathPlanner SUBDIR += aee diff --git a/editors/pkg/COMMENT b/editors/pkg/COMMENT deleted file mode 100644 index 42379c0375df..000000000000 --- a/editors/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Editors |