git: d27d84724c63 - main - games/jumpy: convert to WRKSRC_crate

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 06 Apr 2023 00:52:47 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d27d84724c6334f9869bf28e4e0cf7ee5a1df291

commit d27d84724c6334f9869bf28e4e0cf7ee5a1df291
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-06 00:34:29 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-06 00:50:11 +0000

    games/jumpy: convert to WRKSRC_crate
---
 games/jumpy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games/jumpy/Makefile b/games/jumpy/Makefile
index ec3b07fb0735..a731df636783 100644
--- a/games/jumpy/Makefile
+++ b/games/jumpy/Makefile
@@ -30,7 +30,7 @@ post-patch:
 # Search assets under PREFIX instead of current directory
 	@${REINPLACE_CMD} 's,assets",../${DATADIR_REL}/&,' \
 		${WRKSRC}/src/main.rs \
-		${WRKSRC}/cargo-crates/bevy_asset-*/src/lib.rs
+		${WRKSRC_crate_bevy_asset}/src/lib.rs
 
 post-install:
 	(cd ${WRKSRC} && ${COPYTREE_SHARE} "assets" ${STAGEDIR}${DATADIR})