diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 10:03:52 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 10:03:52 +0000 |
commit | 8951aa30125c5b46ee9b5de19efdc698def84ecf (patch) | |
tree | c5f5066db531491fbb3eef2725efb362ebab9b0d /emulators | |
parent | 8b4409d328da069ce06e2e2f50c3d4ecb3e6cabd (diff) | |
download | pkgsrc-8951aa30125c5b46ee9b5de19efdc698def84ecf.tar.gz |
Back out previous. Pointed out by uebayasi@ and martti@.
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 |