diff options
Diffstat (limited to 'Library/Formula/fortune.rb')
| -rw-r--r-- | Library/Formula/fortune.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/fortune.rb b/Library/Formula/fortune.rb index 335202058..d6ba1826b 100644 --- a/Library/Formula/fortune.rb +++ b/Library/Formula/fortune.rb @@ -16,6 +16,7 @@ class Fortune <Formula inreplace 'Makefile' do |contents| contents.change_make_var! 'FORTDIR', "/usr/local/bin" # indeed, correct + contents.gsub! '/usr/local/man', '/usr/local/share/man' contents.gsub! '/usr/local', prefix contents.change_make_var! 'CC', ENV.cc # OS X only supports POSIX regexes |
