SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
net/nmap/patches/patch-ndiff_setup_py
Normal file
12
net/nmap/patches/patch-ndiff_setup_py
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: ndiff/setup.py
|
||||
--- ndiff/setup.py.orig
|
||||
+++ ndiff/setup.py
|
||||
@@ -306,7 +306,7 @@ class my_uninstall(distutils.cmd.Command):
|
||||
|
||||
distutils.core.setup(name="ndiff", scripts=["scripts/ndiff"],
|
||||
py_modules=["ndiff"],
|
||||
- data_files=[("share/man/man1", ["docs/ndiff.1"])],
|
||||
+ data_files=[("man/man1", ["docs/ndiff.1"])],
|
||||
cmdclass={
|
||||
"install_egg_info": null_command,
|
||||
"install": checked_install,
|
Loading…
Add table
Add a link
Reference in a new issue