git: 716c30c1d2ee - 2021Q4 - emulators/yuzu: sort make targets after 8042b641840f
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Dec 2021 20:19:40 UTC
The branch 2021Q4 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=716c30c1d2ee4a0dc4c787566da51cc296e77f42 commit 716c30c1d2ee4a0dc4c787566da51cc296e77f42 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-12-31 20:19:09 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-12-31 20:19:33 +0000 emulators/yuzu: sort make targets after 8042b641840f (cherry picked from commit 96e6417aa10072254133b8dd96432db82ec859aa) --- emulators/yuzu/Makefile | 8 ++++---- 1 file 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>