diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-08-02 09:02:43 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-08-02 09:02:43 +0000 |
commit | 344b32ccd9f4853dff7b8d1bbcb191bf46c6f5ca (patch) | |
tree | 069ccbea155001b7168967685ae64e97f3524568 /security/py-sslstrip | |
parent | 81902d0a6c641126d021a998efb6e6ecca624294 (diff) | |
download | ports-344b32ccd9f4853dff7b8d1bbcb191bf46c6f5ca.tar.gz ports-344b32ccd9f4853dff7b8d1bbcb191bf46c6f5ca.zip |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.)
Notes
Notes:
svn path=/head/; revision=301858
Diffstat (limited to 'security/py-sslstrip')
-rw-r--r-- | security/py-sslstrip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-sslstrip/Makefile b/security/py-sslstrip/Makefile index 29d85b0a2b8d..51a68b515215 100644 --- a/security/py-sslstrip/Makefile +++ b/security/py-sslstrip/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.thoughtcrime.org/software/sslstrip/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kitchetech@gmail.com -COMMENT= Python program for ssl stripping +COMMENT= Python program for SSL stripping USE_PYTHON= yes USE_PYDISTUTILS= yes |