aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-04-01 11:59:52 -0700
committerAdam Vandenberg2010-04-01 11:59:52 -0700
commit49b880819479651bd4e6a56220bf7fb674c2e4b0 (patch)
tree1bbe56a588164e926ebe35ced07f8e0fe060dd06 /Library/Formula
parent605100ff5e8dabb730cdeb4aacedf0b544f6b6ed (diff)
downloadhomebrew-49b880819479651bd4e6a56220bf7fb674c2e4b0.tar.bz2
Fix mandir for potrace.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/potrace.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/potrace.rb b/Library/Formula/potrace.rb
index 17e56db16..71b883b20 100644
--- a/Library/Formula/potrace.rb
+++ b/Library/Formula/potrace.rb
@@ -6,7 +6,9 @@ class Potrace <Formula
md5 'e73b45565737d64011612704dd4d9f86'
def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
+ "--mandir=#{man}"
system "make install"
end
end