$OpenBSD: patch-setup_py,v 1.3 2020/04/26 00:58:39 kn Exp $

Fix MANPATH.

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -467,7 +467,7 @@ if not windows_check() and not osx_check():
             ),
             ('share/pixmaps', ['deluge/ui/data/pixmaps/deluge.png']),
             (
-                'share/man/man1',
+                'man/man1',
                 [
                     'docs/man/deluge.1',
                     'docs/man/deluged.1',
