git: 8c75120e69d6 - main - x11/sirula: convert to WRKSRC_crate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Apr 2023 00:52:53 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c75120e69d6b21e6db145a2cd0497dde8d70f3c commit 8c75120e69d6b21e6db145a2cd0497dde8d70f3c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-06 00:34:44 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-06 00:50:13 +0000 x11/sirula: convert to WRKSRC_crate --- x11/sirula/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/sirula/Makefile b/x11/sirula/Makefile index ccb1800299e6..ec39b8950e2c 100644 --- a/x11/sirula/Makefile +++ b/x11/sirula/Makefile @@ -23,6 +23,6 @@ post-patch: # Respect PREFIX for system config @${REINPLACE_CMD} -e 's,/usr/share,${DATADIR:H},' \ -e 's,/etc,${PREFIX}&,' \ - ${WRKSRC}/cargo-crates/xdg-*/src/lib.rs + ${WRKSRC_crate_xdg}/src/lib.rs .include <bsd.port.mk>