aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-04-06 00:37:37 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-04-06 00:50:11 +0000
commit1a566772a53285a695383f4927ccd09235778ecb (patch)
treeb318782270fcab68343429a95e18f8c78e28d26b
parentd7ac12af41daef8d0622effd8a250034343e0e88 (diff)
downloadports-1a566772a53285a695383f4927ccd09235778ecb.tar.gz
ports-1a566772a53285a695383f4927ccd09235778ecb.zip
devel/rust-bindgen-cli: convert to WRKSRC_crate
-rw-r--r--devel/rust-bindgen-cli/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rust-bindgen-cli/Makefile b/devel/rust-bindgen-cli/Makefile
index 1abe113b2a5e..2e67d5a2d856 100644
--- a/devel/rust-bindgen-cli/Makefile
+++ b/devel/rust-bindgen-cli/Makefile
@@ -19,7 +19,7 @@ PLIST_FILES= bin/${PORTNAME:S/-cli//}
post-patch:
@${REINPLACE_CMD} -e 's,"llvm-config,"${LLVM_CONFIG},' \
- ${WRKSRC}/cargo-crates/clang-sys-*/build/common.rs \
- ${WRKSRC}/cargo-crates/clang-sys-*/src/support.rs
+ ${WRKSRC_crate_clang-sys}/build/common.rs \
+ ${WRKSRC_crate_clang-sys}/src/support.rs
.include <bsd.port.mk>