aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ack.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/ack.rb b/Library/Formula/ack.rb
index f5a5216a2..1d010f792 100644
--- a/Library/Formula/ack.rb
+++ b/Library/Formula/ack.rb
@@ -6,6 +6,9 @@ class Ack < Formula
homepage 'http://betterthangrep.com/'
def install
+ system "pod2man ack ack.1"
+ inreplace 'ack.1', '\*(d\-', '\*(d-' # remove a pod2man formatting error
+ man1.install 'ack.1'
bin.install 'ack'
(prefix+'etc/bash_completion.d').install 'etc/ack.bash_completion.sh'
end