diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2003-01-31 11:14:03 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2003-01-31 11:14:03 +0000 |
commit | bde8f43a6680f74cbc14556fef84d34ba379b690 (patch) | |
tree | d66a2f041737553267d574eb88ee2948adbd17b0 /textproc/py-ltxml/files | |
parent | 8d9d8afd0853dd646b34ff221171e0b5ff2bd7a1 (diff) | |
download | ports-bde8f43a6680f74cbc14556fef84d34ba379b690.tar.gz ports-bde8f43a6680f74cbc14556fef84d34ba379b690.zip |
Notes
Diffstat (limited to 'textproc/py-ltxml/files')
-rw-r--r-- | textproc/py-ltxml/files/patch-setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/py-ltxml/files/patch-setup.py b/textproc/py-ltxml/files/patch-setup.py new file mode 100644 index 000000000000..68ae8e2026d8 --- /dev/null +++ b/textproc/py-ltxml/files/patch-setup.py @@ -0,0 +1,14 @@ +--- setup.py.orig Mon Nov 4 16:50:20 2002 ++++ setup.py Fri Jan 31 12:08:31 2003 +@@ -16,10 +16,7 @@ + self.install_dir = getattr(install_cmd, 'install_lib') + return install_data.run(self) + +-datafiles=[('PyLTXML/example', +- ['example/small.xml', +- 'example/gscore.dtd', +- 'example/simple.py'])] # only works for bdist and friends ++datafiles=[] + + if sys.platform.find("win32",0,5)==0: + incldirs=['C:\Program Files\HCRC LTG\LT XML\include'] |