diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-25 11:57:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-25 11:57:44 +0000 |
commit | 724818b671f7ccf2805bb7ef0ae116beb7e1e95c (patch) | |
tree | cb9717a914b54edba36dfe14fe227a41693232bc /emulators/arnold | |
parent | 8c5134dbe00f3188d5832b193a30e30ca7a6ce45 (diff) | |
download | pkgsrc-724818b671f7ccf2805bb7ef0ae116beb7e1e95c.tar.gz |
Get rid of now unnecessary EXTRACT_OPTS_ZIP.
Diffstat (limited to 'emulators/arnold')
-rw-r--r-- | emulators/arnold/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/arnold/Makefile b/emulators/arnold/Makefile index 55b05f6da48..83800a3ce94 100644 --- a/emulators/arnold/Makefile +++ b/emulators/arnold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/06/15 11:09:58 obache Exp $ +# $NetBSD: Makefile,v 1.22 2009/08/25 11:57:45 wiz Exp $ # DISTNAME= arnsrc27012002 @@ -14,9 +14,6 @@ COMMENT= Amstrad CPC, Amstrad CPC+ and KC Compact emulator PKG_DESTDIR_SUPPORT= user-destdir -# we want case sensitive file names. -EXTRACT_OPTS_ZIP= -aqo - WRKSRC= ${WRKDIR}/arnold GNU_CONFIGURE= yes CONFIGURE_DIRS= src |