Date: Sat, 7 Dec 2024 12:40:37 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 53a49f1a0057 - main - net/bredbandskollen: Use SETENVI instead of SETENV Message-ID: <202412071240.4B7CebWl063464@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=53a49f1a0057554b300df610d77211cd5e27224e commit 53a49f1a0057554b300df610d77211cd5e27224e Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-12-07 12:08:07 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-12-07 12:40:23 +0000 net/bredbandskollen: Use SETENVI instead of SETENV --- net/bredbandskollen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bredbandskollen/Makefile b/net/bredbandskollen/Makefile index 8228e4d9f709..44b54f0f4b79 100644 --- a/net/bredbandskollen/Makefile +++ b/net/bredbandskollen/Makefile @@ -36,6 +36,6 @@ do-install: ${LN} -sf bbk_cli ${STAGEDIR}/${PREFIX}/bin/bredbandskollen do-test: - cd ${WRKSRC}/src/test && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test + cd ${WRKSRC}/src/test && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD} test .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412071240.4B7CebWl063464>