mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Use PREFIX/SITE_ARCH_REL because SITE_ARCH is LOCALBASE-based
Notified by: mat
This commit is contained in:
parent
8e5feeef5b
commit
f27556f771
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373351
1 changed files with 3 additions and 3 deletions
|
@ -17,8 +17,8 @@ USE_PERL5= configure
|
|||
USES= perl5
|
||||
|
||||
post-install:
|
||||
${CHMOD} u+w ${STAGEDIR}${SITE_ARCH}/auto/Math/Int64/Int64.so
|
||||
${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Math/Int64/Int64.so
|
||||
${CHMOD} u-w ${STAGEDIR}${SITE_ARCH}/auto/Math/Int64/Int64.so
|
||||
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so
|
||||
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int64/Int64.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue