git: f3370eeb86fb - main - www/npm-node20: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jul 2024 12:46:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3370eeb86fb3aedfdf5f9509d41bf82328629d4 commit f3370eeb86fb3aedfdf5f9509d41bf82328629d4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-29 12:39:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-29 12:39:05 +0000 www/npm-node20: Cosmetic change --- www/npm-node20/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/npm-node20/Makefile b/www/npm-node20/Makefile index a2854f8dc66e..1bb8a4ab57ef 100644 --- a/www/npm-node20/Makefile +++ b/www/npm-node20/Makefile @@ -41,7 +41,7 @@ do-install: ${ECHO_CMD} 'python=${PYTHON_CMD}' > ${STAGEDIR}${PREFIX}/etc/npmrc ${PYTHON_CMD} -m compileall -d ${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -f ${STAGEDIR}${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp ${PYTHON_CMD} -O -m compileall -d ${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -f ${STAGEDIR}${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -# After Python 3.8 expires, use the following line instead of the above 2 lines. +# Use the following line instead of the above 2 lines after Python 3.8 expires on Oct 31, 2024. #${PYTHON_CMD} -m compileall -d ${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -f ${STAGEDIR}${PREFIX}/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp -o 0 -o 1 .include <bsd.port.mk>