aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vimpager.rb
diff options
context:
space:
mode:
authorSimon Olofsson2011-07-01 21:59:21 +0200
committerAdam Vandenberg2011-07-01 13:23:08 -0700
commit7e150e3ca0cef009908724856f4bc84cef58c16b (patch)
treeb0b5e33078ec25a696dde9b44be8d9d8bd61b01b /Library/Formula/vimpager.rb
parent8f4985db17245ec5f385d96c65c94f6a7a9feccd (diff)
downloadhomebrew-7e150e3ca0cef009908724856f4bc84cef58c16b.tar.bz2
vimpager: install manpage
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/vimpager.rb')
-rw-r--r--Library/Formula/vimpager.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/vimpager.rb b/Library/Formula/vimpager.rb
index a72cc0aed..3810b489f 100644
--- a/Library/Formula/vimpager.rb
+++ b/Library/Formula/vimpager.rb
@@ -7,7 +7,10 @@ class Vimpager < Formula
head 'https://github.com/rkitover/vimpager', :using => :git
def install
+ inreplace "vimpager.1", "~/bin/", ""
+
bin.install 'vimpager'
+ man1.install 'vimpager.1'
end
def caveats; <<-EOS.undent