summaryrefslogtreecommitdiff
path: root/emulators/bochs
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2007-09-25 08:49:03 +0000
committerhira <hira@pkgsrc.org>2007-09-25 08:49:03 +0000
commit8b4409d328da069ce06e2e2f50c3d4ecb3e6cabd (patch)
tree3cb6cdd439c7bb79955cefaf83b9dec068fc3920 /emulators/bochs
parentebf8ba4a7dfa20e1005b9104ad04ef1416c5d5df (diff)
downloadpkgsrc-8b4409d328da069ce06e2e2f50c3d4ecb3e6cabd.tar.gz
mv -> ${MV}.
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 5983d554a06..f026520d717 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2007/02/09 14:58:30 joerg Exp $
+# $NetBSD: Makefile,v 1.49 2007/09/25 08:49: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"