aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2006-02-02 08:10:49 +0800
committerlioux <lioux@FreeBSD.org>2006-02-02 08:10:49 +0800
commit621068ef71bd4c94c77dc958b67ca3bc220f50b3 (patch)
tree79034cc3d0679c87d8fcbf1e7cfa3f4ae471d23e /net-p2p
parentf61fe6bd7ce7c497b5b09f45ac4d1326a2ff0eb5 (diff)
downloadfreebsd-ports-gnome-621068ef71bd4c94c77dc958b67ca3bc220f50b3.tar.gz
freebsd-ports-gnome-621068ef71bd4c94c77dc958b67ca3bc220f50b3.tar.zst
freebsd-ports-gnome-621068ef71bd4c94c77dc958b67ca3bc220f50b3.zip
o Fix pixmaps directories permissions
o Bump PORTREVISION PR: 92703 Submitted by: Michael Kuhn <mkuhn.nw@web.de>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/py-bittorrent-devel/Makefile6
-rw-r--r--net-p2p/py-bittorrent/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/py-bittorrent-devel/Makefile b/net-p2p/py-bittorrent-devel/Makefile
index af96781bd094..001cbedfb0b0 100644
--- a/net-p2p/py-bittorrent-devel/Makefile
+++ b/net-p2p/py-bittorrent-devel/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/ \
@@ -149,8 +149,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
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