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