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 | |
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')
-rw-r--r-- | math/p5-Statistics-LineFit/Makefile | 3 | ||||
-rw-r--r-- | math/py-theano/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/math/p5-Statistics-LineFit/Makefile b/math/p5-Statistics-LineFit/Makefile index e5bd7bb4bc87..32b8248b768d 100644 --- a/math/p5-Statistics-LineFit/Makefile +++ b/math/p5-Statistics-LineFit/Makefile @@ -15,7 +15,4 @@ USES= perl5 USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME} -post-extract: - ${CHMOD} 755 ${WRKSRC} - .include <bsd.port.mk> 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> |