aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Hildebrandt2010-01-14 23:56:01 +0100
committerMax Howell2010-01-24 12:27:39 +0000
commitf74e86199083a66b1e6574fdf7ad4759999df9cf (patch)
tree4a7780af38f62f9d1fee4660f9d103a02a8d9877
parent47fd535bc8780e73c12b20d7ecf48fff7d1c64bf (diff)
downloadhomebrew-f74e86199083a66b1e6574fdf7ad4759999df9cf.tar.bz2
Update Formula: fortune. Fix man path
-rw-r--r--Library/Formula/fortune.rb1
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