aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/doxygen.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/doxygen.rb b/Library/Formula/doxygen.rb
index 4fce93a0a..0cd6fd9c0 100644
--- a/Library/Formula/doxygen.rb
+++ b/Library/Formula/doxygen.rb
@@ -10,6 +10,7 @@ class Doxygen <Formula
end
def install
+ inreplace 'Makefile.in', 'MAN1DIR = man/man1', 'MAN1DIR = share/man/man1'
system "./configure", "--prefix", "#{prefix}"
system "make"
system "make", "install"