aboutsummaryrefslogtreecommitdiff
path: root/games/libretro-picodrive/Makefile
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-05-16 06:03:41 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-05-16 06:03:41 +0000
commita0f8b135725f12cec11e3277b730c89af5cd3dad (patch)
tree23e6e09d30a93eaa00083bdce36d72aacd58089a /games/libretro-picodrive/Makefile
parent30a692984d30108d9b80e597ac2983aebbbc27bf (diff)
downloadports-a0f8b135725f12cec11e3277b730c89af5cd3dad.tar.gz
ports-a0f8b135725f12cec11e3277b730c89af5cd3dad.zip
Notes
Diffstat (limited to 'games/libretro-picodrive/Makefile')
-rw-r--r--games/libretro-picodrive/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/libretro-picodrive/Makefile b/games/libretro-picodrive/Makefile
index 80a01bc1fa8b..cb44e7f77d69 100644
--- a/games/libretro-picodrive/Makefile
+++ b/games/libretro-picodrive/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libretro-picodrive
-PORTVERSION= 0.20200313
+PORTVERSION= 0.20200504
CATEGORIES= games
MAINTAINER= menelkir@itroll.org
@@ -19,12 +19,12 @@ GH_ACCOUNT= libretro
GH_PROJECT= picodrive
GH_TAGNAME= 600894e
-PLIST_FILES= libexec/libretro/picodrive_libretro.so
+PLIST_FILES= lib/libretro/picodrive_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}/picodrive_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
.include <bsd.port.mk>