diff options
author | cs <cs@FreeBSD.org> | 2012-08-02 17:02:43 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-08-02 17:02:43 +0800 |
commit | 28ca79404f77320265611fe12ddeed99cae70390 (patch) | |
tree | 069ccbea155001b7168967685ae64e97f3524568 /security/bcrypt | |
parent | 7a7da36f99fc6aa631f33c02b9b0fad2fd7aeb6c (diff) | |
download | freebsd-ports-gnome-28ca79404f77320265611fe12ddeed99cae70390.tar.gz freebsd-ports-gnome-28ca79404f77320265611fe12ddeed99cae70390.tar.zst freebsd-ports-gnome-28ca79404f77320265611fe12ddeed99cae70390.zip |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.)
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 |