git: ca5d3a6cfab3 - main - sysutils/siegfried: Use SETENVI instead of SETENV
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Dec 2024 12:40:42 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca5d3a6cfab3c1c8f463e47d4da1c152d5a6eabb commit ca5d3a6cfab3c1c8f463e47d4da1c152d5a6eabb Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-12-07 12:40:00 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-12-07 12:40:24 +0000 sysutils/siegfried: Use SETENVI instead of SETENV --- sysutils/siegfried/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/siegfried/Makefile b/sysutils/siegfried/Makefile index ea46ad2bb3ce..62594faf9f41 100644 --- a/sysutils/siegfried/Makefile +++ b/sysutils/siegfried/Makefile @@ -19,7 +19,7 @@ PLIST_FILES= bin/sf do-test: @cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} test ${GO_BUILDFLAGS} \ + ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} test ${GO_BUILDFLAGS} \ ./cmd/sf .include <bsd.port.mk>