diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-24 19:04:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-24 19:04:09 +0000 |
commit | f27556f771fa0f932ce96eaa28e8dd31c885dad0 (patch) | |
tree | cbeefa856eac674a85951b4d77e9a6ab4eae28e8 /math | |
parent | - Update to 4.0, unbreak (diff) |
- Use PREFIX/SITE_ARCH_REL because SITE_ARCH is LOCALBASE-based
Notified by: mat
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Int64/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Math-Int64/Makefile b/math/p5-Math-Int64/Makefile index 22bada24a0de..fbd5eb631e79 100644 --- a/math/p5-Math-Int64/Makefile +++ b/math/p5-Math-Int64/Makefile @@ -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> |