diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/netpbm.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/netpbm.rb b/Library/Formula/netpbm.rb index 65c688cf9..d585c428b 100644 --- a/Library/Formula/netpbm.rb +++ b/Library/Formula/netpbm.rb @@ -42,7 +42,9 @@ class Netpbm < Formula Dir.chdir stage_dir do prefix.install %w{ bin include lib misc } - share.install Dir['man'] + # do man pages explicitly; otherwise a junk file is installed in man/web + man1.install Dir['man/man1/*.1'] + man5.install Dir['man/man5/*.5'] lib.install Dir['link/*.a'] end end |
