summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorhira <hira>2007-09-25 10:03:52 +0000
committerhira <hira>2007-09-25 10:03:52 +0000
commit2b7792020923f02c28e881f22c3cc2d7509d7073 (patch)
treec5f5066db531491fbb3eef2725efb362ebab9b0d /emulators
parent6f6499d09b778771625527e578a1e775ebe6c7e9 (diff)
downloadpkgsrc-2b7792020923f02c28e881f22c3cc2d7509d7073.tar.gz
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bochs/Makefile4
-rw-r--r--emulators/xm7/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index f026520d717..a8cbfb21937 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2007/09/25 08:49:05 hira Exp $
+# $NetBSD: Makefile,v 1.50 2007/09/25 10:07:05 hira Exp $
DISTNAME= bochs-2.3
CATEGORIES= emulators
@@ -112,6 +112,6 @@ BUILDLINK_DEPMETHOD.libXt?= build
pre-configure:
${SED} ${BOCHSRC_SUBST} <${WRKSRC}/.bochsrc >${WRKSRC}/.bochsrc.new
- ${MV} ${WRKSRC}/.bochsrc.new ${WRKSRC}/.bochsrc
+ mv ${WRKSRC}/.bochsrc.new ${WRKSRC}/.bochsrc
.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile
index 22c462691d3..77473732114 100644
--- a/emulators/xm7/Makefile
+++ b/emulators/xm7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2007/09/25 08:49:05 hira Exp $
+# $NetBSD: Makefile,v 1.22 2007/09/25 10:07:05 hira Exp $
#
DISTNAME= xm71010s
@@ -27,7 +27,7 @@ MAKE_FILE= makefile.x11
INSTALLATION_DIRS= bin
post-extract:
- cd ${WRKDIR} && ${MV} linux/* vm
+ cd ${WRKDIR} && mv linux/* vm
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/vm/xm7 ${PREFIX}/bin