$OpenBSD: patch-setup_py,v 1.2 2011/05/31 09:49:52 dcoppa Exp $
--- setup.py.orig	Thu Oct  8 09:26:23 2009
+++ setup.py	Thu May 26 12:02:03 2011
@@ -196,7 +196,7 @@ class coverage_cmd(Command):
             raise SystemExit("Coverage percentage went up; change setup.py.")
 
 if os.name == "posix":
-    data_files = [('share/man/man1', glob.glob("man/*.1"))]
+    data_files = [('man/man1', glob.glob("man/*.1"))]
 else:
     data_files = []
 
