diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-22 21:27:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-22 21:27:49 +0000 |
commit | 9c3a1c81755d8e2b4832af2ade060aff036c7178 (patch) | |
tree | 39b1e6639c2fe275fab6f067c9afd5c94e3a7b80 /net/py-bittorrent | |
parent | 63a9583eeaf4f0942a7be834c6b2bfb9a3721828 (diff) | |
download | ports-9c3a1c81755d8e2b4832af2ade060aff036c7178.tar.gz ports-9c3a1c81755d8e2b4832af2ade060aff036c7178.zip |
Notes
Diffstat (limited to 'net/py-bittorrent')
-rw-r--r-- | net/py-bittorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-bittorrent/Makefile b/net/py-bittorrent/Makefile index dc603b0042b0..1bbf2d3d4d90 100644 --- a/net/py-bittorrent/Makefile +++ b/net/py-bittorrent/Makefile @@ -7,13 +7,13 @@ PORTNAME= BitTorrent PORTVERSION= 3.3 -CATEGORIES= net python +CATEGORIES?= net python MASTER_SITES= http://bitconjurer.org/BitTorrent/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} #DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/} MAINTAINER= lioux@FreeBSD.org -COMMENT= A peer-to-peer tool for distributing files written in Python +COMMENT?= A peer-to-peer tool for distributing files written in Python USE_PYTHON= yes USE_PYDISTUTILS= yes |