mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
www/node: Use the user's default nodejs version
This commit is contained in:
parent
3edabe492c
commit
e4bae576a4
@ -1,5 +1,5 @@
|
||||
PORTNAME= node
|
||||
PORTVERSION= 18.16.0
|
||||
PORTVERSION= ${NODEJS_PORTVERSION}
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
@ -9,4 +9,6 @@ WWW= https://nodejs.org/ \
|
||||
|
||||
USES= metaport nodejs:run
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${.CURDIR}/../node${NODEJS_VERSION}/Makefile.version"
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user