diff options
Diffstat (limited to 'Library/Formula/mongoose.rb')
| -rw-r--r-- | Library/Formula/mongoose.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/mongoose.rb b/Library/Formula/mongoose.rb index fdf94b4c8..eb65d7f93 100644 --- a/Library/Formula/mongoose.rb +++ b/Library/Formula/mongoose.rb @@ -1,12 +1,12 @@  require 'formula'  class Mongoose < Formula -  url 'http://mongoose.googlecode.com/files/mongoose-2.11.tgz'    homepage 'http://code.google.com/p/mongoose/' +  url 'http://mongoose.googlecode.com/files/mongoose-2.11.tgz'    md5 'f6985da7513d354cc18b21b7670d23c1'    def install -    system "/usr/bin/make mac" +    system "make mac"      bin.install "mongoose"      man1.install "mongoose.1"    end | 
