diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-01 19:15:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-01 19:15:39 +0000 |
commit | 6d083a995fe08dfc4c4c4eb4eb22b1dd9c2ecb8b (patch) | |
tree | d58774d2518db1c08f1b659c15af983cbda55476 /net-p2p/py-bittornado-core | |
parent | 211b52d2ab5ebd670632ac2ee997701b60c5e582 (diff) | |
download | ports-6d083a995fe08dfc4c4c4eb4eb22b1dd9c2ecb8b.tar.gz ports-6d083a995fe08dfc4c4c4eb4eb22b1dd9c2ecb8b.zip |
Notes
Diffstat (limited to 'net-p2p/py-bittornado-core')
-rw-r--r-- | net-p2p/py-bittornado-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/py-bittornado-core/Makefile b/net-p2p/py-bittornado-core/Makefile index 6a90e51d3f20..63267ab94c52 100644 --- a/net-p2p/py-bittornado-core/Makefile +++ b/net-p2p/py-bittornado-core/Makefile @@ -8,11 +8,11 @@ PKGNAMESUFFIX= -core CATEGORIES= net python -COMMENT= Experimental client 'core' for the BitTorrent P2P network +COMMENT= An extended BitTorrent peer-to-peer core tool for distributing files # build only the CORE WITHOUT_GUI= yes -MASTERDIR= ${.CURDIR}/../py-shadow-bittorrent +MASTERDIR= ${.CURDIR}/../py-bittornado .include "${MASTERDIR}/Makefile" |