pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/libretro-dolphin
Module Name: pkgsrc
Committed By: nia
Date: Sun May 31 18:36:30 UTC 2020
Modified Files:
pkgsrc/emulators/libretro-dolphin: Makefile
Log Message:
libretro-dolphin: correct SOEXT
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/libretro-dolphin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/libretro-dolphin/Makefile
diff -u pkgsrc/emulators/libretro-dolphin/Makefile:1.16 pkgsrc/emulators/libretro-dolphin/Makefile:1.17
--- pkgsrc/emulators/libretro-dolphin/Makefile:1.16 Tue May 26 09:45:14 2020
+++ pkgsrc/emulators/libretro-dolphin/Makefile Sun May 31 18:36:29 2020
@@ -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"
Home |
Main Index |
Thread Index |
Old Index