git: fb25cc968a45 - main - security/authenticator: convert to WRKSRC_crate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Apr 2023 00:52:52 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb25cc968a45f176bdeff011ef26ae2199861060 commit fb25cc968a45f176bdeff011ef26ae2199861060 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-06 00:37:54 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-06 00:50:13 +0000 security/authenticator: convert to WRKSRC_crate --- security/authenticator/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/authenticator/Makefile b/security/authenticator/Makefile index dbb9e765bb4e..b91eba3f5adb 100644 --- a/security/authenticator/Makefile +++ b/security/authenticator/Makefile @@ -32,8 +32,8 @@ GLIB_SCHEMAS= com.belmoussaoui.Authenticator.gschema.xml 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 @${REINPLACE_CMD} -e '/gstreamer.*bad/d' \ ${WRKSRC}/meson.build # Make each cargo subcommand very verbose