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 /misc/fortuneit | |
parent | 21335badbf315423d328ed5f0c2c853815066ed1 (diff) | |
download | ports-1e443545d02f971c9db150f39d87b41c6be7ad22.tar.gz 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.
Notes
Notes:
svn path=/head/; revision=332200
Diffstat (limited to 'misc/fortuneit')
-rw-r--r-- | misc/fortuneit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/fortuneit/Makefile b/misc/fortuneit/Makefile index 5013c2349d86..bb9f47a71118 100644 --- a/misc/fortuneit/Makefile +++ b/misc/fortuneit/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://utenti.gufi.org/~gmarco/files/distfiles/ DISTNAME= fortune-it-${PORTVERSION} MAINTAINER= gmarco@gufi.org -COMMENT= A very funny fortune file in Italian +COMMENT= Funny fortune file in Italian STRCMD= /usr/games/strfile |