diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 4 | ||||
-rw-r--r-- | emulators/xm7/Makefile | 4 |
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 |