git: cebb22132955 - main - x11/wmfocus: convert to WRKSRC_crate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Apr 2023 00:52:54 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=cebb221329554449c87721972d4a1e7ad0c4752e commit cebb221329554449c87721972d4a1e7ad0c4752e Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-06 00:34:47 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-06 00:50:14 +0000 x11/wmfocus: convert to WRKSRC_crate --- x11/wmfocus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile index b6e551ff96d5..827b27dd298f 100644 --- a/x11/wmfocus/Makefile +++ b/x11/wmfocus/Makefile @@ -29,6 +29,6 @@ PLIST_FILES= bin/${PORTNAME} post-patch: # lang/python3 cannot be used as a dependency @${REINPLACE_CMD} -e 's/"python3"/"${PYTHON_CMD:T}"/' \ - ${WRKSRC}/cargo-crates/xcb-*/build.rs + ${WRKSRC_crate_xcb}/build.rs .include <bsd.port.mk>