git: d94fc1abc532 - main - emulators/yuzu: simplify compatibility list build after 95399d6ad468

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 03 Dec 2022 23:39:08 UTC
The branch main has been updated by jbeich:

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

commit d94fc1abc532d85227b561db9d45e54ca25bbedc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-03 22:42:04 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-03 23:39:03 +0000

    emulators/yuzu: simplify compatibility list build after 95399d6ad468
    
    https://github.com/yuzu-emu/yuzu/commit/d25b193bfda5
    https://github.com/yuzu-emu/yuzu/commit/f85118604e74
---
 emulators/yuzu/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index b249c0f1af40..c0038e51d0f7 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -106,6 +106,10 @@ WEBENGINE_USE=		QT=webengine
 WEBENGINE_CMAKE_BOOL=	YUZU_USE_QT_WEB_ENGINE
 WEBENGINE_IMPLIES=	QT5
 
+post-extract:
+	@${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${_DISTDIR},} \
+		${WRKSRC}/dist/compatibility_list/
+
 post-patch:
 	@${REINPLACE_CMD} -e 's/@GIT_BRANCH@/master/' \
 		-e 's/@GIT_DESC@/${GH_TAGNAME}/' \
@@ -119,8 +123,4 @@ post-patch-VAAPI-off:
 	@${REINPLACE_CMD} -i .nova '/pkg_check.*libva/d' \
 		${WRKSRC}/CMakeLists.txt
 
-post-configure:
-	@${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${_DISTDIR},} \
-		${BUILD_WRKSRC}/dist/compatibility_list/
-
 .include <bsd.port.mk>