diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-31 12:17:29 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-31 12:17:29 +0800 |
commit | 8bdbc687b0cf6ff49758bb18b545a6b56918e371 (patch) | |
tree | c15b3bcdef439aa3fe21c75311168540a8b065b8 /net-p2p | |
parent | ca73cc80db36e4d4940a23cb5a16c9b8cb3bdb6b (diff) | |
download | freebsd-ports-graphics-8bdbc687b0cf6ff49758bb18b545a6b56918e371.tar.gz freebsd-ports-graphics-8bdbc687b0cf6ff49758bb18b545a6b56918e371.tar.zst freebsd-ports-graphics-8bdbc687b0cf6ff49758bb18b545a6b56918e371.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 'net-p2p')
-rw-r--r-- | net-p2p/linux-jigdo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/linux-jigdo/Makefile b/net-p2p/linux-jigdo/Makefile index d239e005ccb..8f849a77101 100644 --- a/net-p2p/linux-jigdo/Makefile +++ b/net-p2p/linux-jigdo/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= linux- DISTNAME= jigdo-bin-${PORTVERSION} MAINTAINER= udo.schweigert@siemens.com -COMMENT= A tool designed to ease the distribution of very large files +COMMENT= Tool designed to ease the distribution of large files RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget |