summaryrefslogtreecommitdiff
path: root/net/bittorrent/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/bittorrent/patches/patch-aa')
-rw-r--r--net/bittorrent/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/bittorrent/patches/patch-aa b/net/bittorrent/patches/patch-aa
new file mode 100644
index 00000000000..0962f55c76f
--- /dev/null
+++ b/net/bittorrent/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.4 2004/03/03 10:02:08 recht Exp $
+
+--- setup.py.orig 2004-03-03 01:16:06.000000000 +0100
++++ setup.py 2004-03-03 01:16:42.000000000 +0100
+@@ -18,9 +18,9 @@
+
+ packages = ["BitTorrent"],
+
+- scripts = ["btdownloadgui.py", "btdownloadheadless.py", "btdownloadlibrary.py",
++ scripts = ["btdownloadheadless.py", "btdownloadlibrary.py",
+ "bttrack.py", "btmakemetafile.py", "btlaunchmany.py", "btcompletedir.py",
+- "btdownloadcurses.py", "btcompletedirgui.py", "btlaunchmanycurses.py",
++ "btdownloadcurses.py", "btlaunchmanycurses.py",
+ "btmakemetafile.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py",
+ "bttest.py"]
+ )