diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-31 04:17:29 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-31 04:17:29 +0000 |
commit | 1e443545d02f971c9db150f39d87b41c6be7ad22 (patch) | |
tree | c15b3bcdef439aa3fe21c75311168540a8b065b8 /graphics/guilib | |
parent | 21335badbf315423d328ed5f0c2c853815066ed1 (diff) | |
download | freebsd-ports-1e443545d02f971c9db150f39d87b41c6be7ad22.zip |
The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'
Maintainers were notified and given time to object.
Diffstat (limited to 'graphics/guilib')
-rw-r--r-- | graphics/guilib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 14d182133a33..40f35c705440 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/ DISTNAME= GUIlib-${PORTVERSION} MAINTAINER= acm@FreeBSD.org -COMMENT= A very simple GUI framework for use with SDL +COMMENT= Simple GUI framework for use with SDL USE_SDL= sdl USE_GMAKE= yes |