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