summaryrefslogtreecommitdiff
path: root/emulators/atari800
diff options
context:
space:
mode:
authorminskim <minskim>2007-06-17 18:36:19 +0000
committerminskim <minskim>2007-06-17 18:36:19 +0000
commit857ec715ca076c2a08cfdd917c50885a614b8cec (patch)
treeedd30fd4c9e9053bed3827be3ed1052195214f03 /emulators/atari800
parent8e3fc1bd3f7b2549f4be9f1611cf080ff38502d3 (diff)
downloadpkgsrc-857ec715ca076c2a08cfdd917c50885a614b8cec.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/Makefile6
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