$OpenBSD: patch-setup_py,v 1.2 2017/11/09 15:49:42 jasper Exp $
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -42,6 +42,6 @@ It is released under the GNU GPL license.""",
            ],
        python_requires = '>=2.7',
        scripts = [ 'flawfinder' ],
-       data_files = [ ('share/man/man1', [ 'flawfinder.1.gz' ]) ],
+       data_files = [ ('man/man1', [ 'flawfinder.1' ]) ],
        py_modules = [ ],
       )
