$OpenBSD: patch-setup_py,v 1.1.1.1 2012/04/20 10:51:22 jasper Exp $
--- setup.py.orig	Sun Apr  8 16:23:04 2012
+++ setup.py	Sun Apr  8 16:23:14 2012
@@ -83,7 +83,7 @@ def find_data_files(uis, scripts):
             continue
 
         # Skip manpages if their scripts are not going to be installed
-        share_man = os.path.join('share', 'man')
+        share_man = os.path.join('man')
         if dirpath.startswith(share_man):
             def have_script(filename):
                 if not filename.endswith('.1'):
