aboutsummaryrefslogtreecommitdiff
path: root/games/libretro-pcsx_rearmed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/libretro-pcsx_rearmed/Makefile')
-rw-r--r--games/libretro-pcsx_rearmed/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/libretro-pcsx_rearmed/Makefile b/games/libretro-pcsx_rearmed/Makefile
index e07f821efa41..f396d727eb37 100644
--- a/games/libretro-pcsx_rearmed/Makefile
+++ b/games/libretro-pcsx_rearmed/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libretro-pcsx_rearmed
-PORTVERSION= 0.20200313
+PORTVERSION= 0.20200504
CATEGORIES= games
MAINTAINER= menelkir@itroll.org
@@ -18,12 +18,12 @@ GH_ACCOUNT= libretro
GH_PROJECT= pcsx_rearmed
GH_TAGNAME= 8fda5dd
-PLIST_FILES= libexec/libretro/pcsx_rearmed_libretro.so
+PLIST_FILES= lib/libretro/pcsx_rearmed_libretro.so
MAKEFILE= Makefile.libretro
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}/pcsx_rearmed_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
.include <bsd.port.mk>