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 /games/asc/Makefile | |
parent | 8b4409d328da069ce06e2e2f50c3d4ecb3e6cabd (diff) | |
download | pkgsrc-8951aa30125c5b46ee9b5de19efdc698def84ecf.tar.gz |
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'games/asc/Makefile')
-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 3a6f714c6f8..2a6f3a00fb9 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2007/09/25 08:49:05 hira Exp $ +# $NetBSD: Makefile,v 1.39 2007/09/25 10:07:06 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: |