summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-31 18:36:29 +0000
committernia <nia@pkgsrc.org>2020-05-31 18:36:29 +0000
commitbc9cf4620167c2197abd0bfe1bb6a96edeec0f08 (patch)
treeb8d5b43958ee053f6fd9a0fb9f933269d637e691 /emulators
parent718a14d766d8439d248f56366e2a42f80978a36f (diff)
downloadpkgsrc-bc9cf4620167c2197abd0bfe1bb6a96edeec0f08.tar.gz
libretro-dolphin: correct SOEXT
Diffstat (limited to 'emulators')
-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"