diff options
author | mat <mat@FreeBSD.org> | 2016-11-03 06:45:14 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-11-03 06:45:14 +0800 |
commit | d9ec328e16b795889ee8d72196228f00a0a3393a (patch) | |
tree | adf234bd1f2e56ae130e9960e1467b64c9fa0ed6 /math/py-theano | |
parent | 759b32261f3c119f1062868d580795d19060e71b (diff) | |
download | freebsd-ports-gnome-d9ec328e16b795889ee8d72196228f00a0a3393a.tar.gz freebsd-ports-gnome-d9ec328e16b795889ee8d72196228f00a0a3393a.tar.zst freebsd-ports-gnome-d9ec328e16b795889ee8d72196228f00a0a3393a.zip |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Diffstat (limited to 'math/py-theano')
-rw-r--r-- | math/py-theano/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/py-theano/Makefile b/math/py-theano/Makefile index 96bbb6037683..8701f014b9b6 100644 --- a/math/py-theano/Makefile +++ b/math/py-theano/Makefile @@ -21,7 +21,4 @@ USE_PYTHON= concurrent distutils autoplist SUB_FILES= pkg-message SUB_LIST= CXX=${CXX} -post-extract: - @${CHMOD} -R a+rX ${WRKSRC} - .include <bsd.port.mk> |