diff options
| author | Adam Vandenberg | 2010-02-15 14:51:38 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-02-15 14:51:38 -0800 | 
| commit | 180c52db79d2339dedaf68f66ec87b003c9e1cb1 (patch) | |
| tree | 75089c77c6175917c1f3a434627228961ec67109 /Library/Formula/binutils.rb | |
| parent | fc261f427b1f097eac9cf70be9d590b183de6217 (diff) | |
| download | homebrew-180c52db79d2339dedaf68f66ec87b003c9e1cb1.tar.bz2 | |
Use shorter reference to man in several formulae.
Diffstat (limited to 'Library/Formula/binutils.rb')
| -rw-r--r-- | Library/Formula/binutils.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/binutils.rb b/Library/Formula/binutils.rb index b37d58464..d68158f69 100644 --- a/Library/Formula/binutils.rb +++ b/Library/Formula/binutils.rb @@ -11,7 +11,7 @@ class Binutils <Formula                            "--disable-debug",                            "--disable-dependency-tracking",                            "--infodir=#{prefix}/share/info", -                          "--mandir=#{prefix}/share/man", +                          "--mandir=#{man}",                            "--disable-werror",                            "--program-prefix=g"      system "make" | 
