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