Date: Mon, 24 Nov 2014 19:04:10 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373351 - head/math/p5-Math-Int64 Message-ID: <201411241904.sAOJ4A4M026069@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 24 19:04:09 2014 New Revision: 373351 URL: https://svnweb.freebsd.org/changeset/ports/373351 QAT: https://qat.redports.org/buildarchive/r373351/ Log: - Use PREFIX/SITE_ARCH_REL because SITE_ARCH is LOCALBASE-based Notified by: mat Modified: head/math/p5-Math-Int64/Makefile Modified: head/math/p5-Math-Int64/Makefile ============================================================================== --- head/math/p5-Math-Int64/Makefile Mon Nov 24 19:04:06 2014 (r373350) +++ head/math/p5-Math-Int64/Makefile Mon Nov 24 19:04:09 2014 (r373351) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411241904.sAOJ4A4M026069>