aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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