aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/binutils.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-15 14:51:38 -0800
committerAdam Vandenberg2010-02-15 14:51:38 -0800
commit180c52db79d2339dedaf68f66ec87b003c9e1cb1 (patch)
tree75089c77c6175917c1f3a434627228961ec67109 /Library/Formula/binutils.rb
parentfc261f427b1f097eac9cf70be9d590b183de6217 (diff)
downloadhomebrew-180c52db79d2339dedaf68f66ec87b003c9e1cb1.tar.bz2
Use shorter reference to man in several formulae.
Diffstat (limited to 'Library/Formula/binutils.rb')
-rw-r--r--Library/Formula/binutils.rb2
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"