diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/py-bittorrent-devel/Makefile | 4 | ||||
-rw-r--r-- | net/py-bittorrent/Makefile | 4 | ||||
-rw-r--r-- | net/py-kenosis-bittorrent/Makefile | 4 | ||||
-rw-r--r-- | net/py-shadowclient/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net/py-bittorrent-devel/Makefile b/net/py-bittorrent-devel/Makefile index dc603b0042b0..1bbf2d3d4d90 100644 --- a/net/py-bittorrent-devel/Makefile +++ b/net/py-bittorrent-devel/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 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 diff --git a/net/py-kenosis-bittorrent/Makefile b/net/py-kenosis-bittorrent/Makefile index dc603b0042b0..1bbf2d3d4d90 100644 --- a/net/py-kenosis-bittorrent/Makefile +++ b/net/py-kenosis-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 diff --git a/net/py-shadowclient/Makefile b/net/py-shadowclient/Makefile index dc603b0042b0..1bbf2d3d4d90 100644 --- a/net/py-shadowclient/Makefile +++ b/net/py-shadowclient/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 |