From b819c37bc4781573e3d84530cacf4dfa07c652cc Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Thu, 2 Feb 2006 00:10:49 +0000 Subject: o Fix pixmaps directories permissions o Bump PORTREVISION PR: 92703 Submitted by: Michael Kuhn --- net-p2p/py-bittorrent-devel/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net-p2p/py-bittorrent-devel') 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 -- cgit v1.2.3