diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-29 18:58:07 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-29 18:58:07 +0000 |
commit | e49d62eee6dc7494feb3d9351217d79d46eae77b (patch) | |
tree | f08fd2390063af11533616b06fa94a812f6ad51b /devel | |
parent | - Fix permissions. (diff) |
- Fix permissions.
PR: ports/89042
Submitted by: lioux
Approved by: maintainer timeout (2 weeks)
Notes
Notes:
svn path=/head/; revision=149931
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-twistedCore/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/py-twistedCore/Makefile b/devel/py-twistedCore/Makefile index cd4b6291be4f..05a6c2f161bc 100644 --- a/devel/py-twistedCore/Makefile +++ b/devel/py-twistedCore/Makefile @@ -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> |