aboutsummaryrefslogtreecommitdiff
path: root/games/libretro-snes9x2005/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/libretro-snes9x2005/Makefile')
-rw-r--r--games/libretro-snes9x2005/Makefile8
1 files changed, 4 insertions, 4 deletions
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 <bsd.port.mk>