summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-twistedCore/Makefile6
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>