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 /archivers | |
parent | 81902d0a6c641126d021a998efb6e6ecca624294 (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 'archivers')
-rw-r--r-- | archivers/rubygem-rubyzip2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rubygem-rubyzip2/Makefile b/archivers/rubygem-rubyzip2/Makefile index fc7058f79eff..d0b911dacbbc 100644 --- a/archivers/rubygem-rubyzip2/Makefile +++ b/archivers/rubygem-rubyzip2/Makefile @@ -11,7 +11,7 @@ CATEGORIES= archivers rubygems MASTER_SITES= RG MAINTAINER= hhyou@cs.nctu.edu.tw -COMMENT= Ruby 1.9.1 compatible Zip library. +COMMENT= Ruby compatible Zip library USE_RUBY= yes USE_RUBYGEMS= yes |