diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-07-10 20:13:11 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-07-10 20:13:11 +0800 |
commit | 66f8816ab4d0ad7b830436cc07a1a125bd12c968 (patch) | |
tree | ce418a043b62b9b2e097f32eecaf09dbde36f9c9 /net/tcpcat | |
parent | 37fb5bdbde32ab3e04ee990d2340b822b3e77e1e (diff) | |
download | freebsd-ports-gnome-66f8816ab4d0ad7b830436cc07a1a125bd12c968.tar.gz freebsd-ports-gnome-66f8816ab4d0ad7b830436cc07a1a125bd12c968.tar.zst freebsd-ports-gnome-66f8816ab4d0ad7b830436cc07a1a125bd12c968.zip |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt)
Diffstat (limited to 'net/tcpcat')
-rw-r--r-- | net/tcpcat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpcat/Makefile b/net/tcpcat/Makefile index 40cd28dd5dad..10f35b4453dc 100644 --- a/net/tcpcat/Makefile +++ b/net/tcpcat/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://ess4.engr.uvic.ca/proj/tcpcat/ \ MASTER_SITE_SUBDIR= roam/net MAINTAINER= ports@FreeBSD.org -COMMENT= A simple utility for sending/receiving data over a TCP or a Unix-domain socket +COMMENT= Simple utility for sending/receiving data over a TCP or a Unix-domain socket GNU_CONFIGURE= yes PLIST_FILES= bin/tcpcat |