diff options
author | wxs <wxs@FreeBSD.org> | 2009-06-17 23:08:36 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-06-17 23:08:36 +0800 |
commit | dcc5f5d81901631deabf1317291c85ac5177b44b (patch) | |
tree | 9748cf400aad4a8b006c1bce03238d40e0a0201c | |
parent | 9a8b31d7ccd1ce186e397c93b01e3db17cb88c8b (diff) | |
download | freebsd-ports-gnome-dcc5f5d81901631deabf1317291c85ac5177b44b.tar.gz freebsd-ports-gnome-dcc5f5d81901631deabf1317291c85ac5177b44b.tar.zst freebsd-ports-gnome-dcc5f5d81901631deabf1317291c85ac5177b44b.zip |
- Pass back to the pool as I don't use this anymore.
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile index c37e4aed7136..3e687c356762 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -13,7 +13,7 @@ CATEGORIES?= net-p2p python MASTER_SITES= http://download.bittorrent.com/dl/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wxs@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= A peer-to-peer tool for distributing files written in Python RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \ |