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/apg | |
parent | ThriftPy is a pure python implementation of Apache Thrift in a pythonic (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/apg')
-rw-r--r-- | security/apg/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile index 775c66b494eb..010ff6cae58f 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -20,10 +20,6 @@ CRACKLIB_DESC= CrackLib support for password quality CRACKLIB_LIB_DEPENDS= libcrack.so:security/cracklib CRACKLIB_MAKE_ARGS= -DWITH_CRACKLIB -post-extract: - @${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} u+wx - @${FIND} ${WRKSRC} -type f | ${XARGS} ${CHMOD} u+w - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/apg ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/apgbfm ${STAGEDIR}${PREFIX}/bin |