Fix build on non-root user.

Submitted by:	mat@
This commit is contained in:
Vanilla I. Shu 2015-06-18 04:52:13 +00:00
parent 501ed63033
commit 4438c4b6a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390011

View file

@ -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