diff options
author | hira <hira> | 2007-09-25 08:49:03 +0000 |
---|---|---|
committer | hira <hira> | 2007-09-25 08:49:03 +0000 |
commit | 696bc5a9f09c1e54076c50852d5f8e845901ed5b (patch) | |
tree | 3cb6cdd439c7bb79955cefaf83b9dec068fc3920 /emulators | |
parent | b584e3142113817237e366cb5965af0a2827a3d7 (diff) | |
download | pkgsrc-696bc5a9f09c1e54076c50852d5f8e845901ed5b.tar.gz |
mv -> ${MV}.
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 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" diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 2add0755e1e..22c462691d3 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/02/16 10:53:11 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2007/09/25 08:49: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 |