diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-01-23 17:08:34 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-01-23 17:08:34 +0800 |
commit | 5e9a789ce5f1cce57d3cd485fad26a630a327fcb (patch) | |
tree | 8979a1921d0fc7974481c0d795504378d543e7bc /Mk/Uses | |
parent | f5e4ea9e146c6e47042ed9df41e9f65f02eb0931 (diff) | |
download | freebsd-ports-gnome-5e9a789ce5f1cce57d3cd485fad26a630a327fcb.tar.gz freebsd-ports-gnome-5e9a789ce5f1cce57d3cd485fad26a630a327fcb.tar.zst freebsd-ports-gnome-5e9a789ce5f1cce57d3cd485fad26a630a327fcb.zip |
Mk/Uses/cargo.mk: Unbreak install with rust-nightly
Remove yet another install metadata file. This should all be
replaced with --no-track once it is part of lang/rust.
https://github.com/rust-lang/cargo/pull/7560
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: .crates2.json
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/cargo.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/Uses/cargo.mk b/Mk/Uses/cargo.mk index fa19d348f8f8..40532d3cbac6 100644 --- a/Mk/Uses/cargo.mk +++ b/Mk/Uses/cargo.mk @@ -283,7 +283,9 @@ do-install: --root "${STAGEDIR}${PREFIX}" \ --verbose \ ${CARGO_INSTALL_ARGS} +# Replace with --no-track once it is part of lang/rust @${RM} -- "${STAGEDIR}${PREFIX}/.crates.toml" + @${RM} -- "${STAGEDIR}${PREFIX}/.crates2.json" . endfor .endif |