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 | |
parent | 8c5134dbe00f3188d5832b193a30e30ca7a6ce45 (diff) | |
download | pkgsrc-724818b671f7ccf2805bb7ef0ae116beb7e1e95c.tar.gz |
Get rid of now unnecessary EXTRACT_OPTS_ZIP.
-rw-r--r-- | audio/csound5-manual/Makefile | 3 | ||||
-rw-r--r-- | audio/portaudio/Makefile | 4 | ||||
-rw-r--r-- | cad/boolean/Makefile | 4 | ||||
-rw-r--r-- | devel/boaconstructor/Makefile | 4 | ||||
-rw-r--r-- | devel/wide/Makefile | 3 | ||||
-rw-r--r-- | editors/Sigil/Makefile | 3 | ||||
-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 | ||||
-rw-r--r-- | games/falcons-eye/Makefile | 3 | ||||
-rw-r--r-- | geography/epsg/Makefile | 5 | ||||
-rw-r--r-- | net/speedtouch/Makefile | 3 | ||||
-rw-r--r-- | security/crypto++/Makefile | 3 | ||||
-rw-r--r-- | security/rainbowcrack/Makefile | 3 | ||||
-rw-r--r-- | textproc/hunspell-en_GB/Makefile | 4 | ||||
-rw-r--r-- | textproc/hunspell-en_US/Makefile | 4 | ||||
-rw-r--r-- | textproc/hunspell-fr_FR/Makefile | 3 | ||||
-rw-r--r-- | textproc/hunspell-sv_SE/Makefile | 3 | ||||
-rw-r--r-- | textproc/hunspell/Makefile.common | 3 | ||||
-rw-r--r-- | textproc/py-Excelerator/Makefile | 5 | ||||
-rw-r--r-- | www/hiawatha/Makefile | 3 |
22 files changed, 22 insertions, 55 deletions
diff --git a/audio/csound5-manual/Makefile b/audio/csound5-manual/Makefile index 4a1fc8d7d0a..06b576acead 100644 --- a/audio/csound5-manual/Makefile +++ b/audio/csound5-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/05/26 02:13:15 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2009/08/25 11:57:44 wiz Exp $ # DISTNAME= Csound${CSOUND_VERSION}_manual_html @@ -18,7 +18,6 @@ CSOUND_VERSION= 5.01 NO_BUILD= yes WRKSRC= ${WRKDIR}/html DIST_SUBDIR= ${PKGNAME_NOREV} -EXTRACT_OPTS_ZIP= -aqo USE_TOOLS+= pax INSTALLATION_DIRS+= share/doc/csound5 diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index 8276317c83c..b3d6963246c 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/02/05 20:21:56 drochner Exp $ +# $NetBSD: Makefile,v 1.18 2009/08/25 11:57:44 wiz Exp $ DISTNAME= portaudio_v18_1 PKGNAME= portaudio-18.1 @@ -21,8 +21,6 @@ GNU_CONFIGURE= yes CFLAGS.Darwin= -Ipablio -EXTRACT_OPTS_ZIP= -aqo - INSTALLATION_DIRS+= lib include .include "../../mk/bsd.prefs.mk" diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index 3c6a4d8a4a2..f20222c8170 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2009/08/14 19:09:48 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2009/08/25 11:57:44 wiz Exp $ # DISTNAME= boolean_6_99 @@ -14,8 +14,6 @@ COMMENT= GDSII viewer/editor + (boolean) operations on sets of 2d polygons PKG_DESTDIR_SUPPORT= destdir WRKSRC= ${WRKDIR}/boolean -# avoid lowercasing files -EXTRACT_OPTS_ZIP= -aqo GCC_REQD+= 3.0 USE_TOOLS+= gmake pax pkg-config tar diff --git a/devel/boaconstructor/Makefile b/devel/boaconstructor/Makefile index 9eb4d9808ab..b7677902348 100644 --- a/devel/boaconstructor/Makefile +++ b/devel/boaconstructor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/02/09 22:56:22 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2009/08/25 11:57:44 wiz Exp $ # VERSION= 0.4.4 @@ -14,8 +14,6 @@ COMMENT= Python IDE PKG_DESTDIR_SUPPORT= user-destdir -EXTRACT_OPTS_ZIP= -aqo - BOADIR= ${PREFIX}/share/boa-constructor-${VERSION} SEDSUBST= -e "s|@PYTHONBIN@|${PYTHONBIN}|" diff --git a/devel/wide/Makefile b/devel/wide/Makefile index cb775964d00..37948d77d16 100644 --- a/devel/wide/Makefile +++ b/devel/wide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/05/19 08:59:12 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2009/08/25 11:57:44 wiz Exp $ # DISTNAME= wide @@ -17,7 +17,6 @@ PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes WRKSRC= ${WRKDIR}/WIDE -EXTRACT_OPTS_ZIP= -aqo PKG_JVMS_ACCEPTED= sun-jdk14 sun-jdk15 diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile index 8255f175dcb..d160e9ee9a3 100644 --- a/editors/Sigil/Makefile +++ b/editors/Sigil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/08/19 14:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2009/08/25 11:57:44 wiz Exp $ # DISTNAME= Sigil_code_0.1.2 @@ -17,7 +17,6 @@ INSTALLATION_DIRS= bin libexec/Sigil/data USE_LANGUAGES= c c++ USE_CMAKE= yes -EXTRACT_OPTS_ZIP= -aqo .include "../../x11/qt4-libs/buildlink3.mk" .include "../../x11/qt4-tools/buildlink3.mk" 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 diff --git a/games/falcons-eye/Makefile b/games/falcons-eye/Makefile index abd206f903f..ed7cb57155d 100644 --- a/games/falcons-eye/Makefile +++ b/games/falcons-eye/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2009/06/30 00:07:15 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2009/08/25 11:57:45 wiz Exp $ # DISTNAME= nethack_source_331_jtp_193 @@ -14,7 +14,6 @@ COMMENT= Falcon's Eye NetHack MAKE_JOBS_SAFE= no -EXTRACT_OPTS_ZIP= -aq HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh DIST_SUBDIR= ${PKGNAME_NOREV}-20050216-2 diff --git a/geography/epsg/Makefile b/geography/epsg/Makefile index f2372c839dd..017ef485364 100644 --- a/geography/epsg/Makefile +++ b/geography/epsg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/05/19 08:59:16 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2009/08/25 11:57:45 wiz Exp $ # DISTNAME= epsg-v${VERS}sql-PostgreSQL @@ -19,9 +19,6 @@ LICENSE= epsg-license PKG_DESTDIR_SUPPORT= user-destdir -# Don't make filenames lowercase. -EXTRACT_OPTS_ZIP= -aqo - WRKSRC= ${WRKDIR} NO_BUILD= yes diff --git a/net/speedtouch/Makefile b/net/speedtouch/Makefile index 0566d2aa28b..72ffdec61f1 100644 --- a/net/speedtouch/Makefile +++ b/net/speedtouch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2009/05/19 08:59:28 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2009/08/25 11:57:45 wiz Exp $ DISTNAME= speedtouch-1.3.1 PKGREVISION= 4 @@ -44,7 +44,6 @@ pre-extract: SAMPLECONF= ${WRKSRC}/doc-bsd/ppp.conf.sample -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= libdata/speedtouch post-build: diff --git a/security/crypto++/Makefile b/security/crypto++/Makefile index 6a719ef377e..01faa55dc98 100644 --- a/security/crypto++/Makefile +++ b/security/crypto++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/05/21 21:13:15 zafer Exp $ +# $NetBSD: Makefile,v 1.11 2009/08/25 11:57:45 wiz Exp $ # DISTNAME= cryptopp552 @@ -19,7 +19,6 @@ WRKSRC= ${WRKDIR} USE_LANGUAGES= c++ CPPFLAGS+= -DCRYPTOPP_DISABLE_ASM BUILDLINK_TRANSFORM+= rm:-pipe rm:-msse2 -EXTRACT_OPTS_ZIP= -aqo AUTO_MKDIRS= yes diff --git a/security/rainbowcrack/Makefile b/security/rainbowcrack/Makefile index 01dc20a3aa3..66b32295a28 100644 --- a/security/rainbowcrack/Makefile +++ b/security/rainbowcrack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/09/17 16:15:54 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/08/25 11:57:45 wiz Exp $ # PKGNAME= rainbowcrack-1.2 @@ -17,7 +17,6 @@ COMMENT= Hash cracker PKG_DESTDIR_SUPPORT= user-destdir BUILD_DIRS= src -EXTRACT_OPTS_ZIP= -aqo USE_LANGUAGES= c c++ USE_TOOLS+= patch MAKE_FILE= ${FILESDIR}/Makefile diff --git a/textproc/hunspell-en_GB/Makefile b/textproc/hunspell-en_GB/Makefile index b7998fb3131..99c45f9154e 100644 --- a/textproc/hunspell-en_GB/Makefile +++ b/textproc/hunspell-en_GB/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/07/07 21:59:34 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/08/25 11:57:46 wiz Exp $ # VERSION= 20061130 @@ -15,8 +15,6 @@ COMMENT= British English dictionary for hunspell PKG_DESTDIR_SUPPORT= user-destdir DIST_SUBDIR= hunspell-dictionaries/en_GB-${VERSION} -# don't want -L -EXTRACT_OPTS_ZIP= -aqo WRKSRC= ${WRKDIR} USE_LANGUAGES= # none diff --git a/textproc/hunspell-en_US/Makefile b/textproc/hunspell-en_US/Makefile index d8b0b873579..75d5e8587b0 100644 --- a/textproc/hunspell-en_US/Makefile +++ b/textproc/hunspell-en_US/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/07/07 21:58:38 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/08/25 11:57:46 wiz Exp $ # VERSION= 20060207 @@ -15,8 +15,6 @@ COMMENT= US American English dictionaries for hunspell PKG_DESTDIR_SUPPORT= user-destdir DIST_SUBDIR= hunspell-dictionaries/en_US-${VERSION} -# don't want -L -EXTRACT_OPTS_ZIP= -aqo WRKSRC= ${WRKDIR} USE_LANGUAGES= # none diff --git a/textproc/hunspell-fr_FR/Makefile b/textproc/hunspell-fr_FR/Makefile index 94f6fa7cec2..86ef8072a1e 100644 --- a/textproc/hunspell-fr_FR/Makefile +++ b/textproc/hunspell-fr_FR/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/07/19 15:02:06 ahoka Exp $ +# $NetBSD: Makefile,v 1.2 2009/08/25 11:57:46 wiz Exp $ VERSION= 2.3.2 DICTNAME= fr_FR @@ -12,7 +12,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dico.savant.free.fr/index.php COMMENT= French (Classic + 1990 Reform) dictionary for hunspell -EXTRACT_OPTS_ZIP= -aqo # We don't want -L PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none diff --git a/textproc/hunspell-sv_SE/Makefile b/textproc/hunspell-sv_SE/Makefile index 8253110f691..d0b6a513e97 100644 --- a/textproc/hunspell-sv_SE/Makefile +++ b/textproc/hunspell-sv_SE/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/07/19 14:46:43 ahoka Exp $ +# $NetBSD: Makefile,v 1.2 2009/08/25 11:57:46 wiz Exp $ DICTNAME= sv_SE PKGNAME= hunspell-${DISTNAME:S/sv/sv_SE/} @@ -11,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wiki.services.openoffice.org/wiki/Dictionaries COMMENT= Swedish dictionary for hunspell -EXTRACT_OPTS_ZIP= -aqo # We don't want -L PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none diff --git a/textproc/hunspell/Makefile.common b/textproc/hunspell/Makefile.common index c8642e62b01..fa6a42629c6 100644 --- a/textproc/hunspell/Makefile.common +++ b/textproc/hunspell/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2008/07/19 15:06:36 ahoka Exp $ +# $NetBSD: Makefile.common,v 1.2 2009/08/25 11:57:46 wiz Exp $ # used by textproc/hunspell-af_ZA/Makefile # used by textproc/hunspell-bg_BG/Makefile # used by textproc/hunspell-ca_ES/Makefile @@ -32,7 +32,6 @@ NO_BUILD= yes PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} -EXTRACT_OPTS_ZIP= -aqo # We don't want -L DIST_SUBDIR= hunspell-dictionaries/${DISTNAME}-${VERSION} PLIST_SRC= ../../textproc/hunspell/PLIST.common diff --git a/textproc/py-Excelerator/Makefile b/textproc/py-Excelerator/Makefile index 74a38679317..a64c8009f3f 100644 --- a/textproc/py-Excelerator/Makefile +++ b/textproc/py-Excelerator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/02/11 14:23:32 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/08/25 11:57:46 wiz Exp $ # DISTNAME= pyexcelerator-${VERSION} @@ -17,9 +17,6 @@ PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes PYTHON_VERSIONS_ACCEPTED= 25 24 -# No -L please, needs upper case -EXTRACT_OPTS_ZIP=-aqo - WRKSRC=${WRKDIR}/pyExcelerator-${VERSION} INSTALLATION_DIRS= share/doc/py-Excelerator share/examples/py-Excelerator diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 83394dbc116..443685199ca 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/08/20 15:25:01 jwise Exp $ +# $NetBSD: Makefile,v 1.26 2009/08/25 11:57:46 wiz Exp $ # DISTNAME= hiawatha @@ -27,7 +27,6 @@ USE_TOOLS+= pax DIST_SUBDIR= ${PKGNAME_NOREV} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -EXTRACT_OPTS_ZIP= -aq RCD_SCRIPTS= hiawatha |