summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/bittorrent-gui/DESCR8
-rw-r--r--net/bittorrent/Makefile.common3
2 files changed, 9 insertions, 2 deletions
diff --git a/net/bittorrent-gui/DESCR b/net/bittorrent-gui/DESCR
new file mode 100644
index 00000000000..cb9c1cd3202
--- /dev/null
+++ b/net/bittorrent-gui/DESCR
@@ -0,0 +1,8 @@
+BitTorrent is a tool for distributing files. It's extremely easy to use -
+downloads are started by clicking on hyperlinks. Whenever more than one
+person is downloading at once they send pieces of the file(s) to each other,
+thus relieving the central server's bandwidth burden. Even with many
+simultaneous downloads, the upload burden on the central server remains quite
+small, since each new downloader introduces new upload capacity.
+
+This package contains the GUI.
diff --git a/net/bittorrent/Makefile.common b/net/bittorrent/Makefile.common
index 31a1384e16e..98c980703c6 100644
--- a/net/bittorrent/Makefile.common
+++ b/net/bittorrent/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/05/25 12:42:19 wiz Exp $
+# $NetBSD: Makefile.common,v 1.8 2004/08/05 22:22:33 recht Exp $
#
DISTNAME= BitTorrent-3.4.2
@@ -10,7 +10,6 @@ MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://bitconjurer.org/BitTorrent/
COMMENT= File sharing tool
-DESCR_SRC= ${.CURDIR}/../../net/bittorrent/DESCR
DISTINFO_FILE= ${.CURDIR}/../../net/bittorrent/distinfo
FILESDIR= ${.CURDIR}/../../net/bittorrent/files
PATCHDIR= ${.CURDIR}/../../net/bittorrent/patches