git: 53a49f1a0057 - main - net/bredbandskollen: Use SETENVI instead of SETENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Dec 2024 12:40:37 UTC
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>