aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-12-03 22:42:04 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-12-03 23:39:03 +0000
commitd94fc1abc532d85227b561db9d45e54ca25bbedc (patch)
tree15a356fb489b07af90d45038353001d1bf314da7
parentef2913585011d286cfef5b52455cb6ac2ed5b944 (diff)
downloadports-d94fc1abc532d85227b561db9d45e54ca25bbedc.tar.gz
ports-d94fc1abc532d85227b561db9d45e54ca25bbedc.zip
emulators/yuzu: simplify compatibility list build after 95399d6ad468
-rw-r--r--emulators/yuzu/Makefile8
1 files 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>