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 | 5dbcd73d7283f36f5844b928e14b1b13d9597bb4 (patch) | |
tree | cb9717a914b54edba36dfe14fe227a41693232bc /textproc/hunspell | |
parent | 7dbd7b7d5e30aff86a49fa033c6a2aea22e4e892 (diff) | |
download | pkgsrc-5dbcd73d7283f36f5844b928e14b1b13d9597bb4.tar.gz |
Get rid of now unnecessary EXTRACT_OPTS_ZIP.
Diffstat (limited to 'textproc/hunspell')
-rw-r--r-- | textproc/hunspell/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
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 |