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 /textproc | |
parent | 8c5134dbe00f3188d5832b193a30e30ca7a6ce45 (diff) | |
download | pkgsrc-724818b671f7ccf2805bb7ef0ae116beb7e1e95c.tar.gz |
Get rid of now unnecessary EXTRACT_OPTS_ZIP.
Diffstat (limited to 'textproc')
-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 |
6 files changed, 6 insertions, 16 deletions
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 |