diff options
Diffstat (limited to 'devel/uv/Makefile')
-rw-r--r-- | devel/uv/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/uv/Makefile b/devel/uv/Makefile index 2b2248f2ca42..bf9aa8f5751b 100644 --- a/devel/uv/Makefile +++ b/devel/uv/Makefile @@ -1,5 +1,5 @@ PORTNAME= uv -DISTVERSION= 0.8.15 +DISTVERSION= 0.9.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -31,7 +31,10 @@ OPENSSLLIB= /usr/lib RUSTFLAGS+= -C link-args=-Wl,-rpath=${LOCALBASE}/lib -PROGS= uv uvx +PROGS= uv \ + uvx \ + uv-build \ + uv-globfilter PLIST_FILES= ${PROGS:S/^/bin\//} |