$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"]) ]
 )
