aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-06-29 19:58:07 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-06-29 19:58:07 +0800
commiteca5a1fb7ce4368789083972fa98974dea4b06ff (patch)
tree649ec662d532ac5d4ceeed74c52f86afa1bc1c03
parent6b47ec497548fb2ef076500ae731cad3157e8244 (diff)
www/node2*: Revert unintended PKGNAMESUFFIX change
-rw-r--r--www/node20/Makefile2
-rw-r--r--www/node22/Makefile2
-rw-r--r--www/node24/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/www/node20/Makefile b/www/node20/Makefile
index ae474336aee3..bfcd8c796f38 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?= ${PORTVERSION:R:R}
+PKGNAMESUFFIX= ${PORTVERSION:R:R}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= V8 JavaScript for client and server
diff --git a/www/node22/Makefile b/www/node22/Makefile
index decae552f9e3..159606d42d9d 100644
--- a/www/node22/Makefile
+++ b/www/node22/Makefile
@@ -3,7 +3,7 @@ PORTVERSION= ${NODEJS_PORTVERSION}
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/
-PKGNAMESUFFIX?= ${PORTVERSION:R:R}
+PKGNAMESUFFIX= ${PORTVERSION:R:R}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= V8 JavaScript for client and server
diff --git a/www/node24/Makefile b/www/node24/Makefile
index 10067d51ef87..67d17435d3d7 100644
--- a/www/node24/Makefile
+++ b/www/node24/Makefile
@@ -3,7 +3,7 @@ PORTVERSION= ${NODEJS_PORTVERSION}
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/
-PKGNAMESUFFIX?= ${PORTVERSION:R:R}
+PKGNAMESUFFIX= ${PORTVERSION:R:R}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= V8 JavaScript for client and server