SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/flawfinder/patches/patch-setup_py
Normal file
11
devel/flawfinder/patches/patch-setup_py
Normal file
|
@ -0,0 +1,11 @@
|
|||
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'],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue