svn commit: r464629 - head/devel/zpu-binutils

Bryan Drewery bdrewery at FreeBSD.org
Thu Mar 15 20:25:41 UTC 2018


Author: bdrewery
Date: Thu Mar 15 20:25:40 2018
New Revision: 464629
URL: https://svnweb.freebsd.org/changeset/ports/464629

Log:
  Support config.site cache

Modified:
  head/devel/zpu-binutils/Makefile

Modified: head/devel/zpu-binutils/Makefile
==============================================================================
--- head/devel/zpu-binutils/Makefile	Thu Mar 15 20:00:47 2018	(r464628)
+++ head/devel/zpu-binutils/Makefile	Thu Mar 15 20:25:40 2018	(r464629)
@@ -25,6 +25,6 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/build.sh
 
 do-build:
-	@cd ${WRKSRC} && ${SH} build.sh
+	@cd ${WRKSRC} && ${SETENV} CONFIG_SITE=${CONFIG_SITE} ${SH} build.sh
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list