summaryrefslogtreecommitdiff
path: root/emulators/bochs
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2007-09-25 10:03:52 +0000
committerhira <hira@pkgsrc.org>2007-09-25 10:03:52 +0000
commit61802bc79f0a8048f4235d5027ea9ef65736b7c2 (patch)
treec5f5066db531491fbb3eef2725efb362ebab9b0d /emulators/bochs
parent2e35d687fd1b7fe3952c55b2e20786de18e5a402 (diff)
downloadpkgsrc-61802bc79f0a8048f4235d5027ea9ef65736b7c2.tar.gz
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'emulators/bochs')
-rw-r--r--emulators/bochs/Makefile4
1 files changed, 2 insertions, 2 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"