diff options
author | Carlo Strub <cs@FreeBSD.org> | 2013-03-29 19:33:41 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2013-03-29 19:33:41 +0000 |
commit | f87124df638f9ab9a10de7815e16138a955e5814 (patch) | |
tree | 56a7cc7e21781385ea74f4d32262386371d62b78 /security/chaosreader | |
parent | 4b0d4f826c38657c52f2d41254533c0d86e6f0b2 (diff) |
- Remove A/An in COMMENT
- Trim Header where applicable
Notes
Notes:
svn path=/head/; revision=315566
Diffstat (limited to 'security/chaosreader')
-rw-r--r-- | security/chaosreader/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/chaosreader/Makefile b/security/chaosreader/Makefile index f43c17cd0e13..4062f2af90e5 100644 --- a/security/chaosreader/Makefile +++ b/security/chaosreader/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: chaosreader -# Date created: 1 Aug 2007 -# Whom: pauls -# +# Created by: pauls # $FreeBSD$ # @@ -15,7 +12,7 @@ EXTRACT_ONLY= NO_WRKSUBDIR= yes MAINTAINER= pauls@utdallas.edu -COMMENT= A tool to extract data from tcpdump logs +COMMENT= Tool to extract data from tcpdump logs NO_BUILD= yes USE_PERL5_RUN= yes |