ports/devel/flawfinder/patches/patch-setup_py

12 lines
352 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -46,6 +46,6 @@ It is released under the GNU GPL license.""",
'flawfinder = flawfinder:main',
],
},
- data_files = [ ('share/man/man1', [ 'flawfinder.1.gz' ]) ],
+ data_files = [ ('man/man1', [ 'flawfinder.1' ]) ],
py_modules = ['flawfinder'],
)