diff options
author | pav <pav@FreeBSD.org> | 2004-05-02 03:15:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-02 03:15:39 +0800 |
commit | 3a7edc7a036895d08512c10c25802c38de797ca9 (patch) | |
tree | c63877b16d4856c9dcd5c9316a888a140e2fcfb5 /net-p2p/py-bittornado-core | |
parent | 20eccc2dbb567ac4e3bf040774635a4362d45de3 (diff) | |
download | freebsd-ports-gnome-3a7edc7a036895d08512c10c25802c38de797ca9.tar.gz freebsd-ports-gnome-3a7edc7a036895d08512c10c25802c38de797ca9.tar.zst freebsd-ports-gnome-3a7edc7a036895d08512c10c25802c38de797ca9.zip |
After repocopy from net/py-shadow-bittorrent[-core], add BitTornado 0.2.0
PR: ports/65527, ports/65667
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by: maintainer
Repocopy by: marcus
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" |