diff options
author | danfe <danfe@FreeBSD.org> | 2012-12-18 17:44:41 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-12-18 17:44:41 +0800 |
commit | b1d444cc9aae81754c2aeed7905304a23e013343 (patch) | |
tree | 50724b039334e2543087af44ab1a716ef9c1cf2d /accessibility/yasr | |
parent | 1b53906f19b68ee79dda6b347c006938a092665b (diff) | |
download | freebsd-ports-gnome-b1d444cc9aae81754c2aeed7905304a23e013343.tar.gz freebsd-ports-gnome-b1d444cc9aae81754c2aeed7905304a23e013343.tar.zst freebsd-ports-gnome-b1d444cc9aae81754c2aeed7905304a23e013343.zip |
For some ports in accessibility category, trim the header and drop leading
indefinite article from COMMENT line; also fix couple of noticed styles
bugs while here.
Diffstat (limited to 'accessibility/yasr')
-rw-r--r-- | accessibility/yasr/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/accessibility/yasr/Makefile b/accessibility/yasr/Makefile index dd8fc082c7fc..c4f07ebc7099 100644 --- a/accessibility/yasr/Makefile +++ b/accessibility/yasr/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: yasr -# Date created: Wed Jan 14 2004 -# Whom: David K. Gerry -# +# Created by: David K. Gerry # $FreeBSD$ -# PORTNAME= yasr PORTVERSION= 0.6.9 @@ -12,7 +8,9 @@ CATEGORIES= accessibility MASTER_SITES= SF MAINTAINER= David.K.Gerry@GMail.com -COMMENT= A general-purpose console screen reader +COMMENT= General-purpose console screen reader + +LICENSE= LGPL20 GNU_CONFIGURE= yes USE_GMAKE= yes |