summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-04-01 22:39:38 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-04-01 22:39:38 +0000
commit69809cbc21e112830a4f1df78a0550abd2de7714 (patch)
tree605e29bd98668613a25dff477dd40d78884b9548 /net-p2p/py-bittorrent/Makefile
parentFix double deletion bug in kio_kzip, which causes nasty crashes in (diff)
o Remove BROKEN status by fixing the PLIST when WITHOUT_GUI is not
defined o Bump PORTREVISION due to PLIST change Submitted by: kris by means of pointyhat Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=132141
Diffstat (limited to 'net-p2p/py-bittorrent/Makefile')
-rw-r--r--net-p2p/py-bittorrent/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile
index 45f74f3f3183..2b8f67877931 100644
--- a/net-p2p/py-bittorrent/Makefile
+++ b/net-p2p/py-bittorrent/Makefile
@@ -7,6 +7,7 @@
PORTNAME= BitTorrent
PORTVERSION= 4.0.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES?= net python
MASTER_SITES= http://www.bittorrent.com/dl/
@@ -15,8 +16,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lioux@FreeBSD.org
COMMENT?= A peer-to-peer tool for distributing files written in Python
-BROKEN= Incomplete pkg-plist
-
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_REINPLACE= yes
@@ -57,11 +56,11 @@ PLIST_FILES+= \
share/pixmaps/BitTorrent/remove.png \
share/pixmaps/BitTorrent/running.png
-PLIST_DIRS+= share/pixmaps/BitTorrent/logo \
- share/pixmaps/BitTorrent
-
+PLIST_SUB+= GUI=""
.else
EXTRA_PATCHES+= ${FILESDIR}/extra-nogui-patch-setup.py
+
+PLIST_SUB+= GUI="@comment "
.endif
# required for PSYCO
.ifndef(WITHOUT_PSYCO)