Fix build on non-root user.
Submitted by: mat@
This commit is contained in:
parent
501ed63033
commit
4438c4b6a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390011
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue