pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust: sync cargo.mk from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue May 16 08:11:05 2023 +0200
Changeset:	42383a26d0f0ec919eb4315ac0a789f32f38bc0e

Modified Files:
	rust/cargo.mk

Log Message:
rust: sync cargo.mk from pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=42383a26d0f0ec919eb4315ac0a789f32f38bc0e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust/cargo.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/rust/cargo.mk b/rust/cargo.mk
index 6441b7d125..5651090b54 100644
--- a/rust/cargo.mk
+++ b/rust/cargo.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cargo.mk,v 1.34 2023/05/15 20:07:36 wiz Exp $
+# $NetBSD: cargo.mk,v 1.35 2023/05/16 06:10:52 wiz Exp $
 #
 # Common logic that can be used by packages that depend on cargo crates
 # from crates.io. This lets existing pkgsrc infrastructure fetch and verify
@@ -87,7 +87,7 @@ do-build: do-cargo-build
 do-cargo-build:
 	${RUN} cd ${CARGO_WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo ${CARGO_ARGS}
 
-.if !target(do-install)
+.if !target(do-install) && ${GNU_CONFIGURE:Uno:tl} == no
 do-install: do-cargo-install
 .endif
 


Home | Main Index | Thread Index | Old Index