diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-04-21 08:25:09 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-04-21 08:25:09 +0000 |
| commit | e20c6f669f9c5f69c366b54a8cf357329fb8cd44 (patch) | |
| tree | 9cedffbafe823f1c3e8d0e7fb0e3176715890df9 /net/py-pcapy/files/patch-setup.py | |
| parent | - Update to 1.3.17 (diff) | |
- Respect to NOPORTDOCS
PR: ports/133821
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Notes
Notes:
svn path=/head/; revision=232399
Diffstat (limited to 'net/py-pcapy/files/patch-setup.py')
| -rw-r--r-- | net/py-pcapy/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/py-pcapy/files/patch-setup.py b/net/py-pcapy/files/patch-setup.py new file mode 100644 index 000000000000..a12859a8987b --- /dev/null +++ b/net/py-pcapy/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2009-04-19 02:22:16.549958526 +0800 ++++ setup.py 2009-04-19 02:24:10.837075743 +0800 +@@ -60,7 +60,5 @@ + include_dirs = include_dirs,
+ library_dirs = library_dirs,
+ libraries = libraries)],
+- data_files = [(os.path.join('share', 'doc', PACKAGE_NAME),
+- ['README', 'LICENSE', 'pcapy.html'])],
+ )
+
|
