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 /audio/csound5-manual | |
parent | 8c5134dbe00f3188d5832b193a30e30ca7a6ce45 (diff) | |
download | pkgsrc-724818b671f7ccf2805bb7ef0ae116beb7e1e95c.tar.gz |
Get rid of now unnecessary EXTRACT_OPTS_ZIP.
Diffstat (limited to 'audio/csound5-manual')
-rw-r--r-- | audio/csound5-manual/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |