git: 3be387487152 - main - emulators/yuzu: unbreak build after 3fc4fad26362

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 15 Jul 2025 18:31:08 UTC
The branch main has been updated by jbeich:

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

commit 3be3874871520c3bde6e951e3e35068c03a5982d
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-07-15 18:27:22 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-07-15 18:30:24 +0000

    emulators/yuzu: unbreak build after 3fc4fad26362
    
    cp: /portdistfilesyuzu-s20230424/compatibility_list.json: No such file or directory
    *** Error code 1
    
    Reported by:    pkg-fallout
---
 emulators/yuzu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index bfdeabf39138..b69cba9c8771 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -136,7 +136,7 @@ WEBENGINE_CMAKE_BOOL=	YUZU_USE_QT_WEB_ENGINE
 WEBENGINE_IMPLIES=	GUI
 
 post-extract:
-	@${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${_DISTDIR},} \
+	@${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${DISTDIR}/,} \
 		${WRKSRC}/dist/compatibility_list/
 
 post-patch: