summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/libretro-dolphin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/libretro-dolphin/Makefile b/emulators/libretro-dolphin/Makefile
index 34747efabab..d2d3720ccc0 100644
--- a/emulators/libretro-dolphin/Makefile
+++ b/emulators/libretro-dolphin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/05/26 09:45:14 nia Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/31 18:36:29 nia Exp $
DISTNAME= libretro-dolphin-20180827
PKGREVISION= 10
@@ -50,8 +50,8 @@ LDFLAGS.NetBSD+= -lrt
INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
do-install:
- ${INSTALL_LIB} ${WRKSRC}/dolphin_libretro.so \
- ${DESTDIR}${PREFIX}/lib/libretro/dolphin_libretro.so
+ ${INSTALL_LIB} ${WRKSRC}/dolphin_libretro.${SOEXT} \
+ ${DESTDIR}${PREFIX}/lib/libretro/dolphin_libretro.${SOEXT}
.if ${OPSYS} != "Darwin"
.include "../../archivers/lzo/buildlink3.mk"