$OpenBSD: patch-install_rb,v 1.4 2012/04/13 08:18:30 jasper Exp $

Don't gzip(1) the manual pages.

--- install.rb.orig	Tue Apr 10 20:23:15 2012
+++ install.rb	Fri Apr 13 09:29:03 2012
@@ -126,9 +126,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
 
