summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-12-24 09:11:53 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-12-24 09:11:53 +0000
commit3fd3e3356e4e62276db4e821bf09a4dbaddb1c4d (patch)
tree399126e0140e82687ff48a73263a3b3cc9951065 /net-p2p
parent- After repo copy from py-bittorrent: (diff)
- After repo copy from py-bittorrent:
o Update to development version 3.9.0 Repo copied by: portmgr (marcus) Reviewed by: freebsd-ports@, mezz
Notes
Notes: svn path=/head/; revision=125046
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/py-bittorrent-devel/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/patch-setup.py b/net-p2p/py-bittorrent-devel/files/patch-setup.py
new file mode 100644
index 000000000000..db3b47238e7c
--- /dev/null
+++ b/net-p2p/py-bittorrent-devel/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig Fri Dec 24 06:59:35 2004
++++ setup.py Fri Dec 24 06:59:44 2004
+@@ -29,8 +29,6 @@
+
+ data_files = [ (img_root , glob.glob('images/*png')+['images/bittorrent.ico',]),
+ (img_root+'/logo', glob.glob('images/logo/bittorrent_[0-9]*.png') ),
+- (doc_root , ['credits.txt', 'LICENSE.txt',
+- 'README.txt', 'redirdonate.html'] ),
+ ]
+
+ setup(