diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/go.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/ruby-enterprise-edition.rb | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 88e993632..6f7bfafd5 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -4,6 +4,8 @@ class Go <Formula head 'https://go.googlecode.com/hg/' homepage 'http://golang.org' + aka 'google-go' + skip_clean 'bin' def download_strategy diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 6f1ca9a6e..5aa6d5955 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -7,6 +7,8 @@ class Postgresql <Formula depends_on 'readline' + aka 'postgres' + def install configure_args = [ "--enable-thread-safety", diff --git a/Library/Formula/ruby-enterprise-edition.rb b/Library/Formula/ruby-enterprise-edition.rb index e90d033b1..a324dd7bb 100644 --- a/Library/Formula/ruby-enterprise-edition.rb +++ b/Library/Formula/ruby-enterprise-edition.rb @@ -7,6 +7,8 @@ class RubyEnterpriseEdition <Formula skip_clean 'bin/ruby' + aka :ree + def install ENV.gcc_4_2 # fails with LLVM system "./installer --auto #{prefix} --no-tcmalloc" |
