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 | |
parent | 8c5134dbe00f3188d5832b193a30e30ca7a6ce45 (diff) | |
download | pkgsrc-724818b671f7ccf2805bb7ef0ae116beb7e1e95c.tar.gz |
Get rid of now unnecessary EXTRACT_OPTS_ZIP.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/arnold/Makefile | 5 | ||||
-rw-r--r-- | emulators/nestopia/Makefile | 3 | ||||
-rw-r--r-- | emulators/simh/Makefile | 3 | ||||
-rw-r--r-- | emulators/sms_sdl/Makefile | 3 |
4 files changed, 4 insertions, 10 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 diff --git a/emulators/nestopia/Makefile b/emulators/nestopia/Makefile index ea3bea7dd8a..4d0dda21123 100644 --- a/emulators/nestopia/Makefile +++ b/emulators/nestopia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/07/08 16:38:35 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/25 11:57:45 wiz Exp $ # DISTNAME= Nestopia140src @@ -19,7 +19,6 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} USE_LANGUAGES= c c++ USE_TOOLS= gmake pkg-config -EXTRACT_OPTS_ZIP= -aqo SUBST_CLASSES+= oss SUBST_SED.oss= -e "s,/dev/dsp,${DEVOSSAUDIO}," diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 6c30fbf4230..87e09a87bbf 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/11/21 17:36:43 chuck Exp $ +# $NetBSD: Makefile,v 1.29 2009/08/25 11:57:45 wiz Exp $ # DISTNAME= simhv38-0 @@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.6 -EXTRACT_OPTS_ZIP= -aoq WRKSRC= ${WRKDIR} .include "../../mk/bsd.prefs.mk" diff --git a/emulators/sms_sdl/Makefile b/emulators/sms_sdl/Makefile index f964e006563..db7f1a34442 100644 --- a/emulators/sms_sdl/Makefile +++ b/emulators/sms_sdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/03/03 19:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2009/08/25 11:57:45 wiz Exp $ # DISTNAME= sms_sdl-0.9.4a-r7.1-src @@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/sms_sdl-0.9.4a-r7.1 BUILD_DIRS= sdl -EXTRACT_OPTS_ZIP= -aqo INSTALLATION_DIRS= bin |