summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-02-02 00:10:49 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2006-02-02 00:10:49 +0000
commitb819c37bc4781573e3d84530cacf4dfa07c652cc (patch)
tree630c0c17cd42177b0bc067556bc83ef512fbead3 /net-p2p/py-bittorrent/Makefile
parento Do not install icons if WITHOUT_GUI is set (diff)
o Fix pixmaps directories permissions
o Bump PORTREVISION PR: 92703 Submitted by: Michael Kuhn <mkuhn.nw@web.de>
Notes
Notes: svn path=/head/; revision=155036
Diffstat (limited to 'net-p2p/py-bittorrent/Makefile')
-rw-r--r--net-p2p/py-bittorrent/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile
index 5388a84f27c2..4e9f8ea0d293 100644
--- a/net-p2p/py-bittorrent/Makefile
+++ b/net-p2p/py-bittorrent/Makefile
@@ -7,7 +7,7 @@
PORTNAME= BitTorrent
PORTVERSION= 4.4.0
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES?= net-p2p python
MASTER_SITES= http://www.bittorrent.com/dl/ \
@@ -146,8 +146,8 @@ post-install:
# pixmaps
@${CHMOD} -R ${SHAREMODE} \
${PREFIX}/share/pixmaps/${PORTNAME}/*
- @${CHMOD} a+X \
- ${PREFIX}/share/pixmaps/${PORTNAME}/logo
+ @${CHMOD} -R a+X \
+ ${PREFIX}/share/pixmaps/${PORTNAME}
.endif
.ifndef(NOPORTDOCS)
# docs