diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-10 18:51:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-10 18:51:16 +0000 |
commit | 1aaf9c5b598f17553b64e3dc5716b4ba27d4fc71 (patch) | |
tree | 3793274392d5add54af1f3f591ce7690fdd49c8e /net-p2p/py-bittorrent/Makefile | |
parent | 61985d199d6f716419384313b8dd2481a1c5c2f2 (diff) |
Notes
Diffstat (limited to 'net-p2p/py-bittorrent/Makefile')
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile index f3ad85dea2a2..22549d3887e8 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitTorrent PORTVERSION= 3.4.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES?= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} @@ -44,9 +44,9 @@ pre-everything:: @${ECHO_MSG} '===> Define WITHOUT_GUI to disable GUI installation' .endif -post-extract: +#post-extract: # patch to work with python 2.4 - @${CP} ${FILESDIR}/zurllib.py ${WRKSRC}/BitTorrent +# @${CP} ${FILESDIR}/zurllib.py ${WRKSRC}/BitTorrent post-patch: @${FIND} ${WRKSRC} -type f | \ |