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/knocker | |
parent | 4b0d4f826c38657c52f2d41254533c0d86e6f0b2 (diff) | |
download | ports-f87124df638f9ab9a10de7815e16138a955e5814.tar.gz ports-f87124df638f9ab9a10de7815e16138a955e5814.zip |
- Remove A/An in COMMENT
- Trim Header where applicable
Notes
Notes:
svn path=/head/; revision=315566
Diffstat (limited to 'security/knocker')
-rw-r--r-- | security/knocker/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/knocker/Makefile b/security/knocker/Makefile index f96fde369784..62d65d580c94 100644 --- a/security/knocker/Makefile +++ b/security/knocker/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: knocker -# Date created: Tue Jul 10 01:42:52 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# +# Created by: Patrick Li <pat@databits.net> # $FreeBSD$ # @@ -11,7 +8,7 @@ CATEGORIES= security net MASTER_SITES= SF MAINTAINER= sbz@FreeBSD.org -COMMENT= A simple and easy to use TCP only port scanner (Console version) +COMMENT= Simple and easy to use TCP only port scanner (Console version) GNU_CONFIGURE= yes |