From a0f8b135725f12cec11e3277b730c89af5cd3dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Sat, 16 May 2020 06:03:41 +0000 Subject: games/libretro-*: Update libretro cores and fix path Update cores and fix path. Some users complain than cores are installed in libexec instead of lib where RetroArch looks. So emulators will work out of box. PR: 246067 Submitted by: menelkir@itroll.org (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24820 --- games/libretro-snes9x2005/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/libretro-snes9x2005/Makefile') diff --git a/games/libretro-snes9x2005/Makefile b/games/libretro-snes9x2005/Makefile index 19f99b6804c6..4c3874e0c5e3 100644 --- a/games/libretro-snes9x2005/Makefile +++ b/games/libretro-snes9x2005/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libretro-snes9x2005 -PORTVERSION= 0.20200317 +PORTVERSION= 0.20200504 CATEGORIES= games MAINTAINER= menelkir@itroll.org @@ -22,10 +22,10 @@ GH_ACCOUNT= libretro GH_PROJECT= snes9x2005 GH_TAGNAME= c216559 -PLIST_FILES= libexec/libretro/snes9x2005_libretro.so +PLIST_FILES= lib/libretro/snes9x2005_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} ${WRKSRC}/snes9x2005_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include -- cgit v1.2.3