git: d41592ba48d0 - main - www/node14: Remove no-op OPTIONS_DEFAULT+=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 08:18:40 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d41592ba48d0de59b65646145274802a51ae21fd
commit d41592ba48d0de59b65646145274802a51ae21fd
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-11-19 08:13:54 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-11-19 08:13:54 +0000
www/node14: Remove no-op OPTIONS_DEFAULT+=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
Approved by: portmgr (blanket)
---
www/node14/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/www/node14/Makefile b/www/node14/Makefile
index f5679b442f83..ef25b61bbac5 100644
--- a/www/node14/Makefile
+++ b/www/node14/Makefile
@@ -56,7 +56,6 @@ REINPLACE_ARGS= -i ''
OPTIONS_DEFINE= BUNDLED_SSL COREPACK DOCS DTRACE NLS
OPTIONS_DEFAULT= COREPACK DTRACE
-OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
.if !exists(/usr/sbin/dtrace)
OPTIONS_EXCLUDE+= DTRACE