From 6d86d230f3dbbb0dd6d30a3c2b6ba2f16783f276 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 7 Sep 1998 23:20:04 +0000 Subject: Fix message at end of install. --- emulators/xmame/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'emulators') diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 71f7e5d03e0..053af3e2925 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1998/09/07 22:58:24 mycroft Exp $ +# $NetBSD: Makefile,v 1.20 1998/09/07 23:20:04 mycroft Exp $ # DISTNAME= xmame-0.34b2.2 @@ -37,10 +37,10 @@ post-patch: (cd ${WRKSRC}/src/unix && ${MV} netbsd_i386.c netbsd.c) do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${ALL_TARGET} ${PREFIX}/bin/xmame) + (cd ${WRKSRC} && ${INSTALL_PROGRAM} xmame.${DISPLAY_METHOD} ${PREFIX}/bin/xmame) (cd ${WRKSRC}/doc && ${INSTALL_MAN} xmame.man ${PREFIX}/man/man6/xmame.6) - ${MKDIR} ${MAMEDIR} - (cd ${WRKSRC}/doc && ${INSTALL_DATA} xmamerc ${MAMEDIR}/xmamerc) - @${ECHO} Remember to set MAMEDIR to ${MAMEDIR}. + ${MKDIR} ${ROMPATH} + (cd ${WRKSRC}/doc && ${INSTALL_DATA} xmamerc ${ROMPATH}/xmamerc) + @${ECHO} Remember to set ROMPATH to ${ROMPATH}. .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3