aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-09-08 15:29:00 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-09-19 09:03:22 +0000
commiteeb4b50dde8f23b2513958e5031d40a1057c7782 (patch)
treef3d1ada561427e2808bb386571043c17609e388c /editors
parent93924a20b38e7856dc1a0df0c4514eaecdb624be (diff)
downloadports-eeb4b50dde8f23b2513958e5031d40a1057c7782.tar.gz
ports-eeb4b50dde8f23b2513958e5031d40a1057c7782.zip
Uses/cargo: Unbreak ports with CARGO_BUILD_TARGET set
While here fix their WITH_DEBUG builds too.
Diffstat (limited to 'editors')
-rw-r--r--editors/parinfer-rust/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile
index 7e5c36020f2e..08acb6f7dcf3 100644
--- a/editors/parinfer-rust/Makefile
+++ b/editors/parinfer-rust/Makefile
@@ -115,7 +115,7 @@ PLIST_FILES= bin/parinfer-rust \
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/parinfer-rust
- ${INSTALL_LIB} ${CARGO_TARGET_DIR}/*/libparinfer_rust.so \
+ ${INSTALL_LIB} ${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/*/libparinfer_rust.so \
${STAGEDIR}${PREFIX}/lib
@${MKDIR} ${STAGEDIR}${PREFIX}/share/kak/rc/extra \
${STAGEDIR}${PREFIX}/share/vim/vimfiles/doc \