Changes documentation how to rebuild security vault's UI without having
devel/yarn installed or having any version of devel/yarn installed globally.

With lang/node in ports, the bundled version of yarn works out of the box.
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/vault/Makefile,v
retrieving revision 1.87
diff -u -p -r1.87 Makefile
--- Makefile	14 Sep 2023 06:15:36 -0000	1.87
+++ Makefile	23 Sep 2023 13:42:14 -0000
@@ -6,7 +6,7 @@ VERSION=		1.14.3
 # vault-vendored distfile generated by fetching archive from
 # https://github.com/hashicorp/vault/archive/v$VERSION/vault-$VERSION.tar.gz
 # and running "go mod tidy" + "go mod vendor"
-# UI prebuilt with: cd ui; yarn install; npm rebuild node-sass; yarn run build
+# UI prebuilt with: cd ui; corepack yarn; npm rebuild node-sass; corepack yarn run build
 DISTNAME=		vault-vendored-${VERSION}
 PKGNAME=		vault-${VERSION}
 

Reply via email to