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 /accessibility | |
parent | e74f65891de820071516510bbc68b8e00472a79e (diff) | |
download | ports-98dd96ee205fb968db4585e6da5e5fbdd9c840fb.tar.gz ports-98dd96ee205fb968db4585e6da5e5fbdd9c840fb.zip |
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 'accessibility')
-rw-r--r-- | accessibility/Makefile | 23 | ||||
-rw-r--r-- | accessibility/pkg/COMMENT | 1 |
2 files changed, 13 insertions, 11 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile index e540361eba7e..b5c4a4bbc6d7 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -1,14 +1,17 @@ # $FreeBSD$ # - SUBDIR += at-spi - SUBDIR += atk - SUBDIR += dasher - SUBDIR += gail - SUBDIR += gnomemag - SUBDIR += gnomespeech - SUBDIR += gnopernicus - SUBDIR += gok - SUBDIR += kdeaccessibility - SUBDIR += linux-atk + + COMMENT = Ports to help disabled users + + SUBDIR += at-spi + SUBDIR += atk + SUBDIR += dasher + SUBDIR += gail + SUBDIR += gnomemag + SUBDIR += gnomespeech + SUBDIR += gnopernicus + SUBDIR += gok + SUBDIR += kdeaccessibility + SUBDIR += linux-atk .include <bsd.port.subdir.mk> diff --git a/accessibility/pkg/COMMENT b/accessibility/pkg/COMMENT deleted file mode 100644 index 303b88115cde..000000000000 --- a/accessibility/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Ports to help disabled users |