diff options
| author | Adam Vandenberg | 2014-05-31 07:54:21 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-31 07:54:21 -0700 |
| commit | 493272b769bbce3d11dcec50645facec28fd0078 (patch) | |
| tree | bd1ac34deecca403e8aaad0e9238acfffee61c91 /Library/Formula | |
| parent | f0bbec752e4a7e5b2c063902ba7fc0d033ed396e (diff) | |
| download | homebrew-493272b769bbce3d11dcec50645facec28fd0078.tar.bz2 | |
grepcidr: install manpage
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/grepcidr.rb | 1 |
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 |
