pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/mame



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Oct 20 11:14:41 UTC 2020

Modified Files:
        pkgsrc/emulators/mame: Makefile

Log Message:
mame: Install the correct executable name


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/emulators/mame/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/mame/Makefile
diff -u pkgsrc/emulators/mame/Makefile:1.123 pkgsrc/emulators/mame/Makefile:1.124
--- pkgsrc/emulators/mame/Makefile:1.123        Wed Sep 30 09:22:48 2020
+++ pkgsrc/emulators/mame/Makefile      Tue Oct 20 11:14:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.123 2020/09/30 09:22:48 wiz Exp $
+# $NetBSD: Makefile,v 1.124 2020/10/20 11:14:41 nia Exp $
 
 DISTNAME=      mame-0.225
 CATEGORIES=    emulators
@@ -92,7 +92,11 @@ pre-build:
        ${RM} -f ${WRKDIR}/.buildlink/include/png*
 
 do-install:
+.if ${MACHINE_ARCH} == "x86_64"
        ${INSTALL_PROGRAM} ${WRKSRC}/mame64 ${DESTDIR}${PREFIX}/bin/mame
+.else
+       ${INSTALL_PROGRAM} ${WRKSRC}/mame ${DESTDIR}${PREFIX}/bin/mame
+.endif
        set -e; \
        for prg in castool chdman floptool imgtool jedutil ldresample ldverify \
                nltool nlwav pngcmp regrep romcmp split srcclean unidasm; do \



Home | Main Index | Thread Index | Old Index