1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- Fix permissions.

PR:		ports/89042
Submitted by:	lioux
Approved by:	maintainer timeout (2 weeks)
This commit is contained in:
Florent Thoumie 2005-11-29 18:58:07 +00:00
parent b97f51cb3b
commit e49d62eee6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149931

View File

@ -7,6 +7,7 @@
PORTNAME= twistedCore
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= devel net python
MASTER_SITES= http://twistedmatrix.com/downloads/Twisted/${PORTVERSION:R}/ \
http://tmrc.mit.edu/mirror/twisted/Twisted/${PORTVERSION:R}/
@ -35,4 +36,9 @@ USE_PYDISTUTILS= yes
PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
post-install:
# permission safeness
@${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/twisted/
@${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/twisted/
.include <bsd.port.mk>