aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Int64
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-11-24 19:04:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-11-24 19:04:09 +0000
commitf27556f771fa0f932ce96eaa28e8dd31c885dad0 (patch)
treecbeefa856eac674a85951b4d77e9a6ab4eae28e8 /math/p5-Math-Int64
parent8e5feeef5b6b37d537b272e1b1b188ac482d5baf (diff)
downloadports-f27556f771fa0f932ce96eaa28e8dd31c885dad0.tar.gz
ports-f27556f771fa0f932ce96eaa28e8dd31c885dad0.zip
- Use PREFIX/SITE_ARCH_REL because SITE_ARCH is LOCALBASE-based
Notified by: mat
Notes
Notes: svn path=/head/; revision=373351
Diffstat (limited to 'math/p5-Math-Int64')
-rw-r--r--math/p5-Math-Int64/Makefile6
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>