- Use PREFIX/SITE_ARCH_REL because SITE_ARCH is LOCALBASE-based

Notified by:	mat
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-11-24 19:04:09 +00:00
parent 8e5feeef5b
commit f27556f771
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373351

View file

@ -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>