Skip to content

Commit

Permalink
Fix message at end of install.
Browse files Browse the repository at this point in the history
  • Loading branch information
mycroft committed Sep 7, 1998
1 parent 74dd473 commit 6d86d23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions emulators/xmame/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"

0 comments on commit 6d86d23

Please sign in to comment.