aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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