diff options
Diffstat (limited to 'devel/uv/Makefile')
-rw-r--r-- | devel/uv/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/uv/Makefile b/devel/uv/Makefile index 7849cb8381eb..32a759856ac4 100644 --- a/devel/uv/Makefile +++ b/devel/uv/Makefile @@ -1,6 +1,5 @@ PORTNAME= uv -DISTVERSION= 0.8.21 -PORTREVISION= 1 +DISTVERSION= 0.9.1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -32,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\//} |