$OpenBSD$
--- gdist/man.py.orig	Fri May 23 15:34:19 2014
+++ gdist/man.py	Fri May 23 15:34:30 2014
@@ -44,7 +44,7 @@ class install_man(Command):
         return self.outfiles
 
     def run(self):
-        basepath = os.path.join(self.prefix, 'share', 'man')
+        basepath = os.path.join(self.prefix, 'man')
         if self.root is not None:
             basepath = change_root(self.root, basepath)
         out = self.mkpath(basepath)
