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 /games/asc | |
parent | b584e3142113817237e366cb5965af0a2827a3d7 (diff) | |
download | pkgsrc-696bc5a9f09c1e54076c50852d5f8e845901ed5b.tar.gz |
mv -> ${MV}.
Diffstat (limited to 'games/asc')
-rw-r--r-- | games/asc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 188ea1b35b1..3a6f714c6f8 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2007/09/21 13:03:41 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2007/09/25 08:49:05 hira Exp $ DISTNAME= asc-source-1.16.4.0 PKGNAME= ${DISTNAME:S/-source//} @@ -30,7 +30,7 @@ CPPFLAGS.NetBSD+= -D_UNICODE_BROKEN_ UNLIMIT_RESOURCES= datasize post-extract: - mv ${WRKDIR}/*.mp3 ${WRKSRC}/data/music + ${MV} ${WRKDIR}/*.mp3 ${WRKSRC}/data/music # bug in 1.16.4.0, remove on update post-install: |