o Fix pixmaps directories permissions
o Bump PORTREVISION PR: 92703 Submitted by: Michael Kuhn <mkuhn.nw@web.de>
This commit is contained in:
parent
d4ff60e62d
commit
b819c37bc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155036
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue