$OpenBSD: patch-install_rb,v 1.3 2011/10/05 07:41:43 jasper Exp $

Don't gzip(1) the manual pages.

--- install.rb.orig	Fri Sep 30 19:51:10 2011
+++ install.rb	Tue Oct  4 23:26:25 2011
@@ -125,9 +125,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
 
