svn commit: r373351 - head/math/p5-Math-Int64

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 24 19:04:10 UTC 2014


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>


More information about the svn-ports-all mailing list