aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-05-31 07:54:21 -0700
committerAdam Vandenberg2014-05-31 07:54:21 -0700
commit493272b769bbce3d11dcec50645facec28fd0078 (patch)
treebd1ac34deecca403e8aaad0e9238acfffee61c91 /Library
parentf0bbec752e4a7e5b2c063902ba7fc0d033ed396e (diff)
downloadhomebrew-493272b769bbce3d11dcec50645facec28fd0078.tar.bz2
grepcidr: install manpage
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/grepcidr.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/grepcidr.rb b/Library/Formula/grepcidr.rb
index 123a462e5..c8ae285a8 100644
--- a/Library/Formula/grepcidr.rb
+++ b/Library/Formula/grepcidr.rb
@@ -8,5 +8,6 @@ class Grepcidr < Formula
def install
system "make"
bin.install "grepcidr"
+ man1.install "grepcidr.1"
end
end