aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2022-05-29 21:54:42 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2022-06-06 18:19:10 +0000
commitb16eb860cc492d498eea6df7f481c93bbc851167 (patch)
treead4432a88cbf1b356c7f65aa9cb308f495f59123 /net-mgmt
parent3012ca2179ceb0e389fbeb30a66f9fe60a3cf5a1 (diff)
downloadports-b16eb860cc492d498eea6df7f481c93bbc851167.tar.gz
ports-b16eb860cc492d498eea6df7f481c93bbc851167.zip
*/*: Repair after switching to versioned Go ports
- Add 1.17 to USES=go for ports that still need go117, remove GO_PORT; - Add missing ${SETENV} ${MAKE_ENV} to repair BINARY_ALIAS; - Remove explicit dependencies on lang/go. PR: 264336 Reviewed by: ygy jwb yuri mikael drtr0jan@yandex.ru decke mat Differential Revision: https://reviews.freebsd.org/D35346
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/chronograf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/chronograf/Makefile b/net-mgmt/chronograf/Makefile
index b01aac080346..cf0fd227df1b 100644
--- a/net-mgmt/chronograf/Makefile
+++ b/net-mgmt/chronograf/Makefile
@@ -91,6 +91,6 @@ pre-build:
npm_config_tarball=${DISTDIR}/${DIST_SUBDIR}/node-v${NODEJS_VERSION}-headers.tar.gz \
yarn --frozen-lockfile --offline --no-progress --no-emoji
cd ${WRKSRC}/ui && ${SETENV} ${YARN_ENV} yarn run build
- cd ${WRKSRC} && ${GMAKE} .bindata
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} .bindata
.include <bsd.port.post.mk>