pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-core-info emulators/libretro-core-i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bcea3e53d1f
branches:  trunk
changeset: 311315:5bcea3e53d1f
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Aug 07 16:46:43 2018 +0000

description:
emulators/libretro-core-info: Use RETROARCH_VERSION.

diffstat:

 emulators/libretro-core-info/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b3e9c253902b -r 5bcea3e53d1f emulators/libretro-core-info/Makefile
--- a/emulators/libretro-core-info/Makefile     Tue Aug 07 16:46:08 2018 +0000
+++ b/emulators/libretro-core-info/Makefile     Tue Aug 07 16:46:43 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/08/07 15:58:36 nia Exp $
+# $NetBSD: Makefile,v 1.2 2018/08/07 16:46:43 nia Exp $
 
-DISTNAME=      libretro-core-info-1.7.3
+DISTNAME=      libretro-core-info-${RETROARCH_VERSION}
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -19,4 +19,5 @@
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/*.info ${DESTDIR}${PREFIX}/share/libretro/info
 
+.include "../../emulators/retroarch/version.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index