Index: games/libretro-2048/Makefile =================================================================== --- games/libretro-2048/Makefile (revision 533469) +++ games/libretro-2048/Makefile (working copy) @@ -16,12 +16,12 @@ GH_ACCOUNT= libretro GH_TAGNAME= c5e0df2 -PLIST_FILES= libexec/libretro/2048_libretro.so +PLIST_FILES= lib/libretro/2048_libretro.so MAKEFILE= Makefile.libretro do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-beetle_bsnes/Makefile =================================================================== --- games/libretro-beetle_bsnes/Makefile (revision 533469) +++ games/libretro-beetle_bsnes/Makefile (working copy) @@ -17,10 +17,14 @@ GH_PROJECT= beetle-bsnes-libretro GH_TAGNAME= de22d84 -PLIST_FILES= libexec/libretro/mednafen_snes_libretro.so +PLIST_FILES= lib/libretro/mednafen_snes_libretro.so +post-patch: + @${REINPLACE_CMD} -e 's|free(temp)|delete temp|g' \ + ${WRKSRC}/mednafen/mednafen.cpp + do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-beetle_gba/Makefile =================================================================== --- games/libretro-beetle_gba/Makefile (revision 533469) +++ games/libretro-beetle_gba/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= beetle-gba-libretro GH_TAGNAME= 135afdb -PLIST_FILES= libexec/libretro/mednafen_gba_libretro.so +PLIST_FILES= lib/libretro/mednafen_gba_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-beetle_lynx/Makefile =================================================================== --- games/libretro-beetle_lynx/Makefile (revision 533469) +++ games/libretro-beetle_lynx/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= beetle-lynx-libretro GH_TAGNAME= 928f7cf -PLIST_FILES= libexec/libretro/mednafen_lynx_libretro.so +PLIST_FILES= lib/libretro/mednafen_lynx_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-beetle_ngp/Makefile =================================================================== --- games/libretro-beetle_ngp/Makefile (revision 533469) +++ games/libretro-beetle_ngp/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= beetle-ngp-libretro GH_TAGNAME= 6f15532 -PLIST_FILES= libexec/libretro/mednafen_ngp_libretro.so +PLIST_FILES= lib/libretro/mednafen_ngp_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-beetle_pce_fast/Makefile =================================================================== --- games/libretro-beetle_pce_fast/Makefile (revision 533469) +++ games/libretro-beetle_pce_fast/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= beetle-pce-fast-libretro GH_TAGNAME= 40a42b7 -PLIST_FILES= libexec/libretro/mednafen_pce_fast_libretro.so +PLIST_FILES= lib/libretro/mednafen_pce_fast_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-beetle_pcfx/Makefile =================================================================== --- games/libretro-beetle_pcfx/Makefile (revision 533469) +++ games/libretro-beetle_pcfx/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= beetle-pcfx-libretro GH_TAGNAME= 7bba669 -PLIST_FILES= libexec/libretro/mednafen_pcfx_libretro.so +PLIST_FILES= lib/libretro/mednafen_pcfx_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-beetle_psx/Makefile =================================================================== --- games/libretro-beetle_psx/Makefile (revision 533469) +++ games/libretro-beetle_psx/Makefile (working copy) @@ -18,10 +18,10 @@ GH_PROJECT= beetle-psx-libretro GH_TAGNAME= dfab19a -PLIST_FILES= libexec/libretro/mednafen_psx_libretro.so +PLIST_FILES= lib/libretro/mednafen_psx_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-beetle_supergrafx/Makefile =================================================================== --- games/libretro-beetle_supergrafx/Makefile (revision 533469) +++ games/libretro-beetle_supergrafx/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= beetle-supergrafx-libretro GH_TAGNAME= fadef23 -PLIST_FILES= libexec/libretro/mednafen_supergrafx_libretro.so +PLIST_FILES= lib/libretro/mednafen_supergrafx_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-beetle_vb/Makefile =================================================================== --- games/libretro-beetle_vb/Makefile (revision 533469) +++ games/libretro-beetle_vb/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= beetle-vb-libretro GH_TAGNAME= 9a4e604 -PLIST_FILES= libexec/libretro/mednafen_vb_libretro.so +PLIST_FILES= lib/libretro/mednafen_vb_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-beetle_wswan/Makefile =================================================================== --- games/libretro-beetle_wswan/Makefile (revision 533469) +++ games/libretro-beetle_wswan/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= beetle-wswan-libretro GH_TAGNAME= 5b03d1b -PLIST_FILES= libexec/libretro/mednafen_wswan_libretro.so +PLIST_FILES= lib/libretro/mednafen_wswan_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-bluemsx/Makefile =================================================================== --- games/libretro-bluemsx/Makefile (revision 533469) +++ games/libretro-bluemsx/Makefile (working copy) @@ -19,10 +19,10 @@ GH_PROJECT= blueMSX-libretro GH_TAGNAME= 7a1d40e -PLIST_FILES= libexec/libretro/bluemsx_libretro.so +PLIST_FILES= lib/libretro/bluemsx_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-desmume2015/Makefile =================================================================== --- games/libretro-desmume2015/Makefile (revision 533469) +++ games/libretro-desmume2015/Makefile (working copy) @@ -20,12 +20,12 @@ GH_PROJECT= desmume2015 GH_TAGNAME= 93d5789 -PLIST_FILES= libexec/libretro/desmume2015_libretro.so +PLIST_FILES= lib/libretro/desmume2015_libretro.so MAKEFILE= Makefile.freebsd do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-dosbox/Makefile =================================================================== --- games/libretro-dosbox/Makefile (revision 533469) +++ games/libretro-dosbox/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= dosbox-libretro GH_TAGNAME= e4ed503 -PLIST_FILES= libexec/libretro/dosbox_libretro.so +PLIST_FILES= lib/libretro/dosbox_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-emux/Makefile =================================================================== --- games/libretro-emux/Makefile (revision 533469) +++ games/libretro-emux/Makefile (working copy) @@ -17,15 +17,15 @@ GH_PROJECT= emux GH_TAGNAME= 640d4ba -PLIST_FILES= libexec/libretro/emux_chip8_libretro.so \ - libexec/libretro/emux_gb_libretro.so \ - libexec/libretro/emux_nes_libretro.so \ - libexec/libretro/emux_sms_libretro.so +PLIST_FILES= lib/libretro/emux_chip8_libretro.so \ + lib/libretro/emux_gb_libretro.so \ + lib/libretro/emux_nes_libretro.so \ + lib/libretro/emux_sms_libretro.so MAKEFILE= Makefile.freebsd do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-fbalpha/Makefile =================================================================== --- games/libretro-fbalpha/Makefile (revision 533469) +++ games/libretro-fbalpha/Makefile (working copy) @@ -16,7 +16,7 @@ USE_LDCONFIG= yes USE_GL= gl -PLIST_FILES= libexec/libretro/fbalpha_libretro.so +PLIST_FILES= lib/libretro/fbalpha_libretro.so NO_CDROM= Commercial users must seek permission from copyright holders. @@ -28,7 +28,7 @@ MAKEFILE= Makefile.freebsd do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-fceumm/Makefile =================================================================== --- games/libretro-fceumm/Makefile (revision 533469) +++ games/libretro-fceumm/Makefile (working copy) @@ -16,10 +16,10 @@ GH_ACCOUNT= libretro GH_TAGNAME= 68b8f0e -PLIST_FILES= libexec/libretro/fceumm_libretro.so +PLIST_FILES= lib/libretro/fceumm_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-fuse/Makefile =================================================================== --- games/libretro-fuse/Makefile (revision 533469) +++ games/libretro-fuse/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= fuse-libretro GH_TAGNAME= ef603d1 -PLIST_FILES= libexec/libretro/fuse_libretro.so +PLIST_FILES= lib/libretro/fuse_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-gambatte/Makefile =================================================================== --- games/libretro-gambatte/Makefile (revision 533469) +++ games/libretro-gambatte/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= gambatte-libretro GH_TAGNAME= 132f36e -PLIST_FILES= libexec/libretro/gambatte_libretro.so +PLIST_FILES= lib/libretro/gambatte_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-genesis_plus_gx/Makefile =================================================================== --- games/libretro-genesis_plus_gx/Makefile (revision 533469) +++ games/libretro-genesis_plus_gx/Makefile (working copy) @@ -22,12 +22,12 @@ GH_PROJECT= Genesis-Plus-GX GH_TAGNAME= 5055106 -PLIST_FILES= libexec/libretro/genesis_plus_gx_libretro.so +PLIST_FILES= lib/libretro/genesis_plus_gx_libretro.so MAKEFILE= Makefile.libretro do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-gpsp/Makefile =================================================================== --- games/libretro-gpsp/Makefile (revision 533469) +++ games/libretro-gpsp/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= gpsp GH_TAGNAME= d8cf63b -PLIST_FILES= libexec/libretro/gpsp_libretro.so +PLIST_FILES= lib/libretro/gpsp_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-gw/Makefile =================================================================== --- games/libretro-gw/Makefile (revision 533469) +++ games/libretro-gw/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= gw-libretro GH_TAGNAME= 819b1dd -PLIST_FILES= libexec/libretro/gw_libretro.so +PLIST_FILES= lib/libretro/gw_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-handy/Makefile =================================================================== --- games/libretro-handy/Makefile (revision 533469) +++ games/libretro-handy/Makefile (working copy) @@ -16,10 +16,10 @@ GH_ACCOUNT= libretro GH_TAGNAME= c9fe65d -PLIST_FILES= libexec/libretro/handy_libretro.so +PLIST_FILES= lib/libretro/handy_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-hatari/Makefile =================================================================== --- games/libretro-hatari/Makefile (revision 533469) +++ games/libretro-hatari/Makefile (working copy) @@ -17,12 +17,12 @@ GH_PROJECT= hatari GH_TAGNAME= ec1b59c -PLIST_FILES= libexec/libretro/hatari_libretro.so +PLIST_FILES= lib/libretro/hatari_libretro.so MAKEFILE= Makefile.libretro do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-mame2000/Makefile =================================================================== --- games/libretro-mame2000/Makefile (revision 533469) +++ games/libretro-mame2000/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= mame2000-libretro GH_TAGNAME= e5d4a93 -PLIST_FILES= libexec/libretro/mame2000_libretro.so +PLIST_FILES= lib/libretro/mame2000_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-mame2003/Makefile =================================================================== --- games/libretro-mame2003/Makefile (revision 533469) +++ games/libretro-mame2003/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= mame2003-libretro GH_TAGNAME= 8259601 -PLIST_FILES= libexec/libretro/mame2003_libretro.so +PLIST_FILES= lib/libretro/mame2003_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-mame2003_plus/Makefile =================================================================== --- games/libretro-mame2003_plus/Makefile (revision 533469) +++ games/libretro-mame2003_plus/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= mame2003-plus-libretro GH_TAGNAME= 0134c42 -PLIST_FILES= libexec/libretro/mame2003_plus_libretro.so +PLIST_FILES= lib/libretro/mame2003_plus_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-mgba/Makefile =================================================================== --- games/libretro-mgba/Makefile (revision 533469) +++ games/libretro-mgba/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= mgba GH_TAGNAME= f87f9ef -PLIST_FILES= libexec/libretro/mgba_libretro.so +PLIST_FILES= lib/libretro/mgba_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-nestopia/Makefile =================================================================== --- games/libretro-nestopia/Makefile (revision 533469) +++ games/libretro-nestopia/Makefile (working copy) @@ -17,12 +17,12 @@ GH_PROJECT= nestopia GH_TAGNAME= 70c53f0 -PLIST_FILES= libexec/libretro/nestopia_libretro.so +PLIST_FILES= lib/libretro/nestopia_libretro.so MAKEFILE= Makefile.freebsd do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-nxengine/Makefile =================================================================== --- games/libretro-nxengine/Makefile (revision 533469) +++ games/libretro-nxengine/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= nxengine-libretro GH_TAGNAME= f39250e -PLIST_FILES= libexec/libretro/nxengine_libretro.so +PLIST_FILES= lib/libretro/nxengine_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-o2em/Makefile =================================================================== --- games/libretro-o2em/Makefile (revision 533469) +++ games/libretro-o2em/Makefile (working copy) @@ -16,10 +16,10 @@ GH_ACCOUNT= libretro GH_TAGNAME= b23a796 -PLIST_FILES= libexec/libretro/o2em_libretro.so +PLIST_FILES= lib/libretro/o2em_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-opera/Makefile =================================================================== --- games/libretro-opera/Makefile (revision 533469) +++ games/libretro-opera/Makefile (working copy) @@ -18,10 +18,10 @@ GH_PROJECT= opera-libretro GH_TAGNAME= 27bc265 -PLIST_FILES= libexec/libretro/opera_libretro.so +PLIST_FILES= lib/libretro/opera_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-pcsx_rearmed/Makefile =================================================================== --- games/libretro-pcsx_rearmed/Makefile (revision 533469) +++ games/libretro-pcsx_rearmed/Makefile (working copy) @@ -18,12 +18,12 @@ GH_PROJECT= pcsx_rearmed GH_TAGNAME= 8fda5dd -PLIST_FILES= libexec/libretro/pcsx_rearmed_libretro.so +PLIST_FILES= lib/libretro/pcsx_rearmed_libretro.so MAKEFILE= Makefile.libretro do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-picodrive/Makefile =================================================================== --- games/libretro-picodrive/Makefile (revision 533469) +++ games/libretro-picodrive/Makefile (working copy) @@ -19,12 +19,12 @@ GH_PROJECT= picodrive GH_TAGNAME= 600894e -PLIST_FILES= libexec/libretro/picodrive_libretro.so +PLIST_FILES= lib/libretro/picodrive_libretro.so MAKEFILE= Makefile.libretro do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-prboom/Makefile =================================================================== --- games/libretro-prboom/Makefile (revision 533469) +++ games/libretro-prboom/Makefile (working copy) @@ -16,10 +16,10 @@ GH_ACCOUNT= libretro GH_TAGNAME= 991016b -PLIST_FILES= libexec/libretro/prboom_libretro.so +PLIST_FILES= lib/libretro/prboom_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-prosystem/Makefile =================================================================== --- games/libretro-prosystem/Makefile (revision 533469) +++ games/libretro-prosystem/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= prosystem-libretro GH_TAGNAME= 6f7e34a -PLIST_FILES= libexec/libretro/prosystem_libretro.so +PLIST_FILES= lib/libretro/prosystem_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-quicknes/Makefile =================================================================== --- games/libretro-quicknes/Makefile (revision 533469) +++ games/libretro-quicknes/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= QuickNES_Core GH_TAGNAME= 3165481 -PLIST_FILES= libexec/libretro/quicknes_libretro.so +PLIST_FILES= lib/libretro/quicknes_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-scummvm/Makefile =================================================================== --- games/libretro-scummvm/Makefile (revision 533469) +++ games/libretro-scummvm/Makefile (working copy) @@ -17,12 +17,12 @@ GH_PROJECT= scummvm GH_TAGNAME= de91bf9 -PLIST_FILES= libexec/libretro/scummvm_libretro.so +PLIST_FILES= lib/libretro/scummvm_libretro.so MAKEFILE= Makefile.freebsd do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-snes9x/Makefile =================================================================== --- games/libretro-snes9x/Makefile (revision 533469) +++ games/libretro-snes9x/Makefile (working copy) @@ -24,12 +24,12 @@ GH_PROJECT= snes9x GH_TAGNAME= 6db918c -PLIST_FILES= libexec/libretro/snes9x_libretro.so +PLIST_FILES= lib/libretro/snes9x_libretro.so MAKEFILE= Makefile.freebsd do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-snes9x2005/Makefile =================================================================== --- games/libretro-snes9x2005/Makefile (revision 533469) +++ games/libretro-snes9x2005/Makefile (working copy) @@ -22,10 +22,10 @@ GH_PROJECT= snes9x2005 GH_TAGNAME= c216559 -PLIST_FILES= libexec/libretro/snes9x2005_libretro.so +PLIST_FILES= lib/libretro/snes9x2005_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-snes9x2010/Makefile =================================================================== --- games/libretro-snes9x2010/Makefile (revision 533469) +++ games/libretro-snes9x2010/Makefile (working copy) @@ -22,10 +22,10 @@ GH_PROJECT= snes9x2010 GH_TAGNAME= ba9f224 -PLIST_FILES= libexec/libretro/snes9x2010_libretro.so +PLIST_FILES= lib/libretro/snes9x2010_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-stella2014/Makefile =================================================================== --- games/libretro-stella2014/Makefile (revision 533469) +++ games/libretro-stella2014/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= stella2014-libretro GH_TAGNAME= fc87f2c -PLIST_FILES= libexec/libretro/stella2014_libretro.so +PLIST_FILES= lib/libretro/stella2014_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-tgbdual/Makefile =================================================================== --- games/libretro-tgbdual/Makefile (revision 533469) +++ games/libretro-tgbdual/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= tgbdual-libretro GH_TAGNAME= 9be31d3 -PLIST_FILES= libexec/libretro/tgbdual_libretro.so +PLIST_FILES= lib/libretro/tgbdual_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-tyrquake/Makefile =================================================================== --- games/libretro-tyrquake/Makefile (revision 533469) +++ games/libretro-tyrquake/Makefile (working copy) @@ -18,10 +18,10 @@ GH_PROJECT= tyrquake GH_TAGNAME= 8c6ec56 -PLIST_FILES= libexec/libretro/tyrquake_libretro.so +PLIST_FILES= lib/libretro/tyrquake_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-uae/Makefile =================================================================== --- games/libretro-uae/Makefile (revision 533469) +++ games/libretro-uae/Makefile (working copy) @@ -17,13 +17,13 @@ GH_ACCOUNT= libretro GH_TAGNAME= 8333daa -PLIST_FILES= libexec/libretro/puae_libretro.so +PLIST_FILES= lib/libretro/puae_libretro.so post-patch: ${REINPLACE_CMD} 's/" GIT_VERSION/${GH_TAGNAME}"/' ${WRKSRC}/libretro/libretro.c do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-vbanext/Makefile =================================================================== --- games/libretro-vbanext/Makefile (revision 533469) +++ games/libretro-vbanext/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= vba-next GH_TAGNAME= 019132d -PLIST_FILES= libexec/libretro/vba_next_libretro.so +PLIST_FILES= lib/libretro/vba_next_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-vecx/Makefile =================================================================== --- games/libretro-vecx/Makefile (revision 533469) +++ games/libretro-vecx/Makefile (working copy) @@ -16,10 +16,10 @@ GH_ACCOUNT= libretro GH_TAGNAME= 3212052 -PLIST_FILES= libexec/libretro/vecx_libretro.so +PLIST_FILES= lib/libretro/vecx_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: games/libretro-virtualjaguar/Makefile =================================================================== --- games/libretro-virtualjaguar/Makefile (revision 533469) +++ games/libretro-virtualjaguar/Makefile (working copy) @@ -17,10 +17,10 @@ GH_PROJECT= virtualjaguar-libretro GH_TAGNAME= a162fb7 -PLIST_FILES= libexec/libretro/virtualjaguar_libretro.so +PLIST_FILES= lib/libretro/virtualjaguar_libretro.so do-install: - ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; - ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; .include