diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-02-23 18:22:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-02-23 18:22:49 +0000 |
commit | 84131e240ab9dae6384a1d7a0c6f271eebcc321d (patch) | |
tree | 5fb3e58dcc724e98edf119c2d8709b2a437d7576 /net-p2p/py-bittorrent/Makefile | |
parent | Obviously, an i386 binary is only going to run on i386 and amd64. (diff) |
o Fix PLIST again: fix cut-n-paste mistake on previous commit
o Bump PORTREVISION for PLIST change
Approved by: portmgr (linimon)
Diffstat (limited to 'net-p2p/py-bittorrent/Makefile')
-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 c68f04d384a5..2c41240069ed 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitTorrent PORTVERSION= 4.4.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES?= net-p2p python MASTER_SITES= http://www.bittorrent.com/dl/ \ |