$OpenBSD: patch-install_rb,v 1.2 2010/10/24 10:23:48 robert Exp $

Don't gzip(1) the manual pages.

--- install.rb.orig	Thu Oct  7 21:01:33 2010
+++ install.rb	Sat Oct 23 19:34:17 2010
@@ -124,9 +124,6 @@ def do_man(man, strip = 'man/')
       FileUtils.chmod(0755, om)
       FileUtils.install(mf, omf, {:mode => 0644, :verbose => true})
     end
-    gzip = %x{which gzip}
-    gzip.chomp!
-    %x{#{gzip} -f #{omf}}
   end
 end
 
