diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 08:49:03 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 08:49:03 +0000 |
commit | 8b4409d328da069ce06e2e2f50c3d4ecb3e6cabd (patch) | |
tree | 3cb6cdd439c7bb79955cefaf83b9dec068fc3920 /emulators/xm7 | |
parent | ebf8ba4a7dfa20e1005b9104ad04ef1416c5d5df (diff) | |
download | pkgsrc-8b4409d328da069ce06e2e2f50c3d4ecb3e6cabd.tar.gz |
mv -> ${MV}.
Diffstat (limited to 'emulators/xm7')
-rw-r--r-- | emulators/xm7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |