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/bcrypt | |
parent | - Fix file permissions for py2stdlib module (diff) |
- 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/bcrypt')
-rw-r--r-- | security/bcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile index 0fcf40168189..0892afe9e10b 100644 --- a/security/bcrypt/Makefile +++ b/security/bcrypt/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://bcrypt.sourceforge.net/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A cross-plattform blowfish encryption utility +COMMENT= Cross-platform blowfish encryption utility MAKE_JOBS_SAFE= yes |