openbsd-ports/sysutils/tentakel/patches/patch-py_setup_py
2022-03-11 19:57:10 +00:00

16 lines
513 B
Plaintext

--- py/setup.py.orig Sun Feb 8 12:23:08 2009
+++ py/setup.py Sun Feb 8 12:24:10 2009
@@ -16,9 +16,8 @@ setup(
packages = ["lekatnet", "lekatnet.plugins"],
scripts = ["tentakel"],
data_files = [ ("man/man1", ["../tentakel.1"]),
- ("share/doc/tentakel", ["../tentakel.conf.example",
- "../README",
+ ("share/examples/tentakel", ["../tentakel.conf.example"]),
+ ("share/doc/tentakel", ["../README",
"../TODO",
- "../PLUGINS",
- "../tentakel.1.html"]) ]
+ "../PLUGINS"]) ]
)