aboutsummaryrefslogtreecommitdiff
path: root/math/py-theano
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-06-26 20:43:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-06-26 20:43:14 +0000
commit6bde393ef852bc3e5faebcc3248683af86b9bd35 (patch)
tree7f6b75424671562fb306926b6132b0393eafdcec /math/py-theano
parent03508ed71c485d9b236744de09c65d3c82cbd3a8 (diff)
downloadports-6bde393ef852bc3e5faebcc3248683af86b9bd35.tar.gz
ports-6bde393ef852bc3e5faebcc3248683af86b9bd35.zip
Allow use as a regular user
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=417618
Diffstat (limited to 'math/py-theano')
-rw-r--r--math/py-theano/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/py-theano/Makefile b/math/py-theano/Makefile
index c09e6ee984b9..96bbb6037683 100644
--- a/math/py-theano/Makefile
+++ b/math/py-theano/Makefile
@@ -3,6 +3,7 @@
PORTNAME= theano
PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP/source/T/Theano
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,4 +21,7 @@ USE_PYTHON= concurrent distutils autoplist
SUB_FILES= pkg-message
SUB_LIST= CXX=${CXX}
+post-extract:
+ @${CHMOD} -R a+rX ${WRKSRC}
+
.include <bsd.port.mk>