aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2011-01-16 15:30:08 +0000
committerMike McQuaid2011-01-16 15:31:53 +0000
commit3ca08682293e3e0cb1ee5ce7203fd1187e38c0be (patch)
tree2dc6d7a5979357224c48536f2bc57c0c1cdd70f6 /Library/Formula
parent85c23531bd2544c27403dd093a57f82950a78307 (diff)
downloadhomebrew-3ca08682293e3e0cb1ee5ce7203fd1187e38c0be.tar.bz2
Fix dar manpage location.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dar.rb b/Library/Formula/dar.rb
index d56d5850b..17f61f381 100644
--- a/Library/Formula/dar.rb
+++ b/Library/Formula/dar.rb
@@ -9,7 +9,7 @@ class Dar <Formula
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}", "--mandir=#{man1}",
+ "--prefix=#{prefix}", "--mandir=#{man}",
"--disable-build-html"
system "make install"
end