aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-12-31 20:19:09 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-12-31 20:19:33 +0000
commit716c30c1d2ee4a0dc4c787566da51cc296e77f42 (patch)
tree26df92bb41e6b6a27e15e43e38b0a765566d828a
parent69c59362683622cf7722c50849f245ab4c098997 (diff)
downloadports-716c30c1d2ee4a0dc4c787566da51cc296e77f42.tar.gz
ports-716c30c1d2ee4a0dc4c787566da51cc296e77f42.zip
emulators/yuzu: sort make targets after 8042b641840f
(cherry picked from commit 96e6417aa10072254133b8dd96432db82ec859aa)
-rw-r--r--emulators/yuzu/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 00f68ff9e389..d2c5ac2d6343 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -111,12 +111,12 @@ post-patch:
-e 's/@GIT_DESC@/${GH_TAGNAME}/' \
${WRKSRC}/src/common/scm_rev.cpp.in
-post-configure:
- @${CP} ${DISTFILES:M*\:gamedb:C/\:.*//:S,^,${_DISTDIR},} \
- ${BUILD_WRKSRC}/dist/compatibility_list/
-
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>