Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libretro-dolphin libretro-dolphin: correct S...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9686ff10abdd
branches: trunk
changeset: 433228:9686ff10abdd
user: nia <nia%pkgsrc.org@localhost>
date: Sun May 31 18:36:29 2020 +0000
description:
libretro-dolphin: correct SOEXT
diffstat:
emulators/libretro-dolphin/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 97eb70a1f670 -r 9686ff10abdd emulators/libretro-dolphin/Makefile
--- a/emulators/libretro-dolphin/Makefile Sun May 31 18:34:56 2020 +0000
+++ b/emulators/libretro-dolphin/Makefile Sun May 31 18:36:29 2020 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index