diff options
author | minskim <minskim@pkgsrc.org> | 2007-06-17 18:36:19 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-06-17 18:36:19 +0000 |
commit | b7d8f0b20cb0fbd2db1a144f54b802b856c78999 (patch) | |
tree | edd30fd4c9e9053bed3827be3ed1052195214f03 /emulators/atari800 | |
parent | 9658c53fb0d8e605b9530d331a7f155bf3814dce (diff) | |
download | pkgsrc-b7d8f0b20cb0fbd2db1a144f54b802b856c78999.tar.gz |
Use the tools framework for unzip, so that it can work on the platforms with
native unzip.
Diffstat (limited to 'emulators/atari800')
-rw-r--r-- | emulators/atari800/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 6efca4e0492..514b22b3f3f 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/06/12 16:28:06 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2007/06/17 18:36:19 minskim Exp $ DISTNAME= atari800-2.0.2 PKGREVISION= 2 @@ -17,7 +17,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_TOOLS+= gmake +USE_TOOLS+= gmake unzip GNU_CONFIGURE= yes .include "options.mk" @@ -26,7 +26,7 @@ GNU_CONFIGURE= yes MAKE_FLAGS+= HOME=${WRKSRC:Q} post-extract: - @cd ${WRKDIR} && ${LOCALBASE}/bin/unzip -Lqo ${DISTDIR}/xf25.zip + @cd ${WRKDIR} && unzip -Lqo ${DISTDIR}/xf25.zip ${SED} -e 's,@PREFIX@,${PREFIX},g' <${FILESDIR}/atari800.cfg \ >${WRKSRC}/atari800.cfg |