From: semarie Date: Sat, 6 Jan 2024 08:03:31 +0000 (+0000) Subject: devel/cargo: add support for installing several different paths X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=036f766dae03debafd3189635a6d3b98b60facd7;p=openbsd devel/cargo: add support for installing several different paths rename MODCARGO_INSTALL_TARGET_PATH to MODCARGO_INSTALL_TARGET_PATHS --- diff --git a/share/man/man5/cargo-module.5 b/share/man/man5/cargo-module.5 index fb2787eed06..685f639cb88 100644 --- a/share/man/man5/cargo-module.5 +++ b/share/man/man5/cargo-module.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cargo-module.5,v 1.8 2024/01/01 14:16:59 semarie Exp $ +.\" $OpenBSD: cargo-module.5,v 1.9 2024/01/06 08:03:31 semarie Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" Copyright (c) 2017 Daniel Jakots @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 1 2024 $ +.Dd $Mdocdate: January 6 2024 $ .Dt CARGO-MODULE 5 .Os .Sh NAME @@ -88,7 +88,7 @@ is added to .Ev BUILD_DEPENDS . .Pp This module defines: -.Bl -tag -width MODCARGO_INSTALL_TARGET_PATH +.Bl -tag -width MODCARGO_INSTALL_TARGET_PATHS .It Ev MODCARGO_CARGOTOML Path to cargo manifest. Defaults to @@ -99,8 +99,8 @@ Crates that will be downloaded by the module. List of crates to update, overriding the version listed in Cargo.lock. .It Ev MODCARGO_FEATURES List of features to be used when building. -.It Ev MODCARGO_INSTALL_TARGET_PATH -Path to pass to +.It Ev MODCARGO_INSTALL_TARGET_PATHS +List of paths to pass to .Cm cargo install instead of .Pa \&. .