openbsd-ports/sysutils/tentakel/patches/patch-py_setup_py
sthen bd9c0d45ea update to svn snapshot; no release in a few years and the port has
been broken for some time due to incompatibility with Python 2.5.
tested by Tasmanian Devil, thanks!
2009-02-08 22:42:56 +00:00

17 lines
579 B
Plaintext

$OpenBSD: patch-py_setup_py,v 1.2 2009/02/08 22:42:56 sthen Exp $
--- 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"]) ]
)