summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-21 19:28:46 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-21 19:28:46 +0000
commite61ac414ac967f5f7ab66a51de94fa36c5f932fa (patch)
tree250dc0c070a51d192eb9e09c1e57fced3dccabb4 /emulators
parentsed -> ${SED}. (diff)
files/* -> ${FILESDIR}/*.
Notes
Notes: svn path=/head/; revision=7403
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fmsx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile
index 97512b4086f1..ebbe13d361ae 100644
--- a/emulators/fmsx/Makefile
+++ b/emulators/fmsx/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Oct 1996
# Whom: dk
#
-# $Id: Makefile,v 1.2 1997/02/27 09:37:33 tg Exp $
+# $Id: Makefile,v 1.3 1997/03/24 18:44:29 obrien Exp $
#
DISTNAME= fMSX-1.5
@@ -20,7 +20,7 @@ RESTRICTED= Legal status of distributed ROM images unclear
WRKSRC= ${WRKDIR}/MSX
do-install:
- ${INSTALL_SCRIPT} files/fmsx ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${FILESDIR}/fmsx ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/fmsx ${PREFIX}/bin/fmsx.bin
${INSTALL_PROGRAM} ${WRKSRC}/dasm ${PREFIX}/bin/fmsx-dasm
${INSTALL_PROGRAM} ${WRKSRC}/rddsk ${PREFIX}/bin/fmsx-rddsk