git: 10c4f12cdd3a - main - net/gotify-server: fix Filesystem touched during build error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Oct 2024 19:09:56 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=10c4f12cdd3a01faa89a018002275d0c4314f381 commit 10c4f12cdd3a01faa89a018002275d0c4314f381 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-10-15 16:36:20 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-10-17 19:09:45 +0000 net/gotify-server: fix Filesystem touched during build error message --- net/gotify-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/gotify-server/Makefile b/net/gotify-server/Makefile index d3a31a0d4705..cb216cc8653f 100644 --- a/net/gotify-server/Makefile +++ b/net/gotify-server/Makefile @@ -39,7 +39,7 @@ post-patch: pre-build: @cd ${WRKSRC}/ui && ${SETENV} ${MAKE_ENV} HOME=${WRKDIR} PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true yarn install --offline - @cd ${WRKSRC}/ui && NODE_OPTIONS=--openssl-legacy-provider yarn build + @cd ${WRKSRC}/ui && ${SETENV} ${MAKE_ENV} NODE_OPTIONS=--openssl-legacy-provider yarn build #${RM} -r ${STAGEDIR}${PREFIX}/share/.cache