diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-06-18 04:52:13 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-06-18 04:52:13 +0000 |
commit | 4438c4b6a6a0d6563b4426133c82f8c053bd9647 (patch) | |
tree | c71b7730dc6b4c5dffecc05127cdecfa14e8589b /security/p5-CryptX | |
parent | 501ed63033622de88c6ab5a257db076bb0a5ace2 (diff) | |
download | ports-4438c4b6a6a0d6563b4426133c82f8c053bd9647.tar.gz ports-4438c4b6a6a0d6563b4426133c82f8c053bd9647.zip |
Notes
Diffstat (limited to 'security/p5-CryptX')
-rw-r--r-- | security/p5-CryptX/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-CryptX/Makefile b/security/p5-CryptX/Makefile index 14fd25e9b2cd..8b0d6e083d7c 100644 --- a/security/p5-CryptX/Makefile +++ b/security/p5-CryptX/Makefile @@ -21,7 +21,9 @@ USES= perl5 USE_PERL5= modbuild post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so regression-test: build @cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD} ${MAKE_ARGS} test |