diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-02-02 00:10:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-02-02 00:10:49 +0000 |
commit | b819c37bc4781573e3d84530cacf4dfa07c652cc (patch) | |
tree | 630c0c17cd42177b0bc067556bc83ef512fbead3 /net-p2p/py-bittorrent-devel | |
parent | d4ff60e62dcdae4b16b1fb60541be4544aa4fe9d (diff) | |
download | ports-b819c37bc4781573e3d84530cacf4dfa07c652cc.tar.gz ports-b819c37bc4781573e3d84530cacf4dfa07c652cc.zip |
Notes
Diffstat (limited to 'net-p2p/py-bittorrent-devel')
-rw-r--r-- | net-p2p/py-bittorrent-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |