From 5ab07363d55d7c395a6bc034b302b00bbdcdf4a3 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 22 Nov 2003 23:55:15 +0000 Subject: Use EXTRACT_CMD_OPTS.zip to customize the flags passed to the unzip program. --- emulators/atari800/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emulators/atari800') diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 32cfb8b6c62..06081b82dbd 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/07/17 21:35:19 grant Exp $ +# $NetBSD: Makefile,v 1.21 2003/11/22 23:55:15 jlam Exp $ # DISTNAME= atari800-1.3.0 @@ -6,7 +6,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atari800/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xf25.zip -EXTRACT_CMD.zip= ${LOCALBASE}/bin/unzip -Lqo $${extract_file} + +EXTRACT_CMD_OPTS.zip= -Lqo MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://atari800.atari.org -- cgit v1.2.3