pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/libretro-ppsspp



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun  8 04:31:07 UTC 2026

Modified Files:
        pkgsrc/emulators/libretro-ppsspp: Makefile

Log Message:
libretro-ppsspp: follow ppsspp update to 1.20.4


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/emulators/libretro-ppsspp/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-ppsspp/Makefile
diff -u pkgsrc/emulators/libretro-ppsspp/Makefile:1.24 pkgsrc/emulators/libretro-ppsspp/Makefile:1.25
--- pkgsrc/emulators/libretro-ppsspp/Makefile:1.24      Thu May 14 16:40:52 2026
+++ pkgsrc/emulators/libretro-ppsspp/Makefile   Mon Jun  8 04:31:07 2026
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.24 2026/05/14 16:40:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2026/06/08 04:31:07 adam Exp $
 
-PKGREVISION= 1
 .include "../../emulators/ppsspp/Makefile.common"
 
 PKGNAME=       libretro-${DISTNAME}
@@ -22,7 +21,8 @@ SOEXT.*=      so
 post-install:
        # clean up rubbish
        ${RM} -rf ${DESTDIR}${PREFIX}/share/applications
-       ${RM} -rf ${DESTDIR}${PREFIX}/share/assets
+       ${RM} -rf ${DESTDIR}${PREFIX}/share/mime/
+       ${RM} -rf ${DESTDIR}${PREFIX}/share/ppsspp/assets
        ${RM} -rf ${DESTDIR}${PREFIX}/share/icons
        ${INSTALL_LIB} ${WRKSRC}/${CMAKE_BUILD_DIR}/lib/ppsspp_libretro.${SOEXT} \
                ${DESTDIR}${PREFIX}/lib/libretro/ppsspp_libretro.${SOEXT}



Home | Main Index | Thread Index | Old Index