diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-22 14:21:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-22 14:21:04 +0000 |
commit | 0e25fd7806ea1c070a2c06059dcc37f53ad71dae (patch) | |
tree | 2c8cd47d18e1ba2e35f8b8e4186178f4fabbf5f5 /www/py-curl/patches | |
parent | 109fb5030ac3e7841ceb3c8b25950e9b0461e6de (diff) | |
download | pkgsrc-0e25fd7806ea1c070a2c06059dcc37f53ad71dae.tar.gz |
-move the doc files and examples to share/doc/pycurl<pythonversion>
for coexistence with a future py22pth (or even native thread) pkg
-use buildlink2
Diffstat (limited to 'www/py-curl/patches')
-rw-r--r-- | www/py-curl/patches/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/py-curl/patches/patch-aa b/www/py-curl/patches/patch-aa new file mode 100644 index 00000000000..8f874968d07 --- /dev/null +++ b/www/py-curl/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1 2002/10/22 14:21:04 drochner Exp $ + +--- setup.py.orig Wed Oct 16 09:14:35 2002 ++++ setup.py Tue Oct 22 16:12:45 2002 +@@ -111,10 +111,10 @@ + license="GNU Lesser General Public License (LGPL)", + data_files = [ + # list of tuples with (path to install to, a list of files) +- (os.path.join("doc", "pycurl"), [ ++ (os.path.join("share", "doc", "pycurl" + sys.version[0:3]), [ + "ChangeLog", "COPYING", "INSTALL", "README", "TODO", + ]), +- (os.path.join("doc", "pycurl", "examples"), [ ++ (os.path.join("share", "doc", "pycurl" + sys.version[0:3], "examples"), [ + os.path.join("examples", "basicfirst.py"), + os.path.join("examples", "curl.py"), + os.path.join("examples", "gtkhtml_demo.py"), |