diff options
-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 |