git: 209218babbfc - main - www/node18: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 09:34:12 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=209218babbfcee9ffd94d0f891ce60907dc25cb8 commit 209218babbfcee9ffd94d0f891ce60907dc25cb8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-21 06:33:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-21 09:17:27 +0000 www/node18: Cosmetic change --- www/node18/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/node18/Makefile b/www/node18/Makefile index 4e90886e37db..80e514443048 100644 --- a/www/node18/Makefile +++ b/www/node18/Makefile @@ -3,7 +3,7 @@ PORTVERSION= ${NODEJS_PORTVERSION} DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/ -PKGNAMESUFFIX= 18 +PKGNAMESUFFIX= ${PORTVERSION:R:R} MAINTAINER= sunpoet@FreeBSD.org COMMENT= V8 JavaScript for client and server