pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/atari800 Use the tools framework for unzip, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c268537b78f
branches:  trunk
changeset: 530169:4c268537b78f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jun 17 18:36:19 2007 +0000

description:
Use the tools framework for unzip, so that it can work on the platforms with
native unzip.

diffstat:

 emulators/atari800/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9b12b7c331ee -r 4c268537b78f emulators/atari800/Makefile
--- a/emulators/atari800/Makefile       Sun Jun 17 17:34:44 2007 +0000
+++ b/emulators/atari800/Makefile       Sun Jun 17 18:36:19 2007 +0000
@@ -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_CDROM=       ${RESTRICTED}
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/src
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake unzip
 GNU_CONFIGURE=         yes
 
 .include "options.mk"
@@ -26,7 +26,7 @@
 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
 



Home | Main Index | Thread Index | Old Index