summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjlam <jlam>2003-11-22 23:55:15 +0000
committerjlam <jlam>2003-11-22 23:55:15 +0000
commitac61079f20b1dba3676841efdaf101281334c297 (patch)
tree25167793a0b6111c2173742becbb79d9a7f610f3 /emulators
parent66463d6aebea2c85de1f1bcfdf48374321c155fe (diff)
downloadpkgsrc-ac61079f20b1dba3676841efdaf101281334c297.tar.gz
Use EXTRACT_CMD_OPTS.zip to customize the flags passed to the unzip
program.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/arnold/Makefile4
-rw-r--r--emulators/atari800/Makefile5
2 files changed, 5 insertions, 4 deletions
diff --git a/emulators/arnold/Makefile b/emulators/arnold/Makefile
index 029aef87128..d15a52f53f4 100644
--- a/emulators/arnold/Makefile
+++ b/emulators/arnold/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/24 10:53:27 dillo Exp $
+# $NetBSD: Makefile,v 1.2 2003/11/22 23:55:15 jlam Exp $
#
DISTNAME= arnsrc27012002
@@ -13,7 +13,7 @@ HOMEPAGE= http://arnold.emuunlim.com/
COMMENT= Amstrad CPC, Amstrad CPC+ and KC Compact emulator
# we want case sensitive file names.
-EXTRACT_CMD.zip= ${LOCALBASE}/bin/unzip -aqo $${extract_file}
+EXTRACT_CMD_OPTS.zip= -aqo
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
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