diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-02 22:45:14 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-02 22:45:14 +0000 |
commit | d26ef18700dca59c35dc940097bf7b3db1369965 (patch) | |
tree | adf234bd1f2e56ae130e9960e1467b64c9fa0ed6 /security/py-rekall_gui | |
parent | 23211342637a054575d9dc1935d00c038cb6545f (diff) |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=425174
Diffstat (limited to 'security/py-rekall_gui')
-rw-r--r-- | security/py-rekall_gui/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/py-rekall_gui/Makefile b/security/py-rekall_gui/Makefile index 09de6e2f705a..0d023d2c17b0 100644 --- a/security/py-rekall_gui/Makefile +++ b/security/py-rekall_gui/Makefile @@ -27,7 +27,4 @@ USE_PYTHON= distutils autoplist PYDISTUTILS_INSTALLARGS+=--install-data ${PYTHONPREFIX_SITELIBDIR} -post-extract: - @${CHMOD} -R a+rX ${WRKSRC} - .include <bsd.port.post.mk> |