aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-02 15:29:48 +0800
committerkris <kris@FreeBSD.org>2004-04-02 15:29:48 +0800
commit7b97ce56e76408c079ea16e427bf5a726ebe0b74 (patch)
tree7a899bd5b68d41e34af8d11e9e139951f5d9f7f3 /accessibility/Makefile
parente2d890ce79e982e5b469cfc411061acff2d49599 (diff)
downloadfreebsd-ports-graphics-7b97ce56e76408c079ea16e427bf5a726ebe0b74.tar.gz
freebsd-ports-graphics-7b97ce56e76408c079ea16e427bf5a726ebe0b74.tar.zst
freebsd-ports-graphics-7b97ce56e76408c079ea16e427bf5a726ebe0b74.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
Diffstat (limited to 'accessibility/Makefile')
-rw-r--r--accessibility/Makefile23
1 files changed, 13 insertions, 10 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile
index e540361eba7..b5c4a4bbc6d 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>