diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-25 03:04:09 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-11-25 03:04:09 +0800 |
commit | f27556f771fa0f932ce96eaa28e8dd31c885dad0 (patch) | |
tree | cbeefa856eac674a85951b4d77e9a6ab4eae28e8 /math | |
parent | 8e5feeef5b6b37d537b272e1b1b188ac482d5baf (diff) | |
download | freebsd-ports-gnome-f27556f771fa0f932ce96eaa28e8dd31c885dad0.tar.gz freebsd-ports-gnome-f27556f771fa0f932ce96eaa28e8dd31c885dad0.tar.zst freebsd-ports-gnome-f27556f771fa0f932ce96eaa28e8dd31c885dad0.zip |
- 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> |