diff options
| author | Adam Vandenberg | 2010-04-01 11:59:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-01 11:59:52 -0700 |
| commit | 49b880819479651bd4e6a56220bf7fb674c2e4b0 (patch) | |
| tree | 1bbe56a588164e926ebe35ced07f8e0fe060dd06 /Library/Formula | |
| parent | 605100ff5e8dabb730cdeb4aacedf0b544f6b6ed (diff) | |
| download | homebrew-49b880819479651bd4e6a56220bf7fb674c2e4b0.tar.bz2 | |
Fix mandir for potrace.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/potrace.rb | 4 |
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 |
