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 /cad/boolean | |
parent | 7dbd7b7d5e30aff86a49fa033c6a2aea22e4e892 (diff) | |
download | pkgsrc-5dbcd73d7283f36f5844b928e14b1b13d9597bb4.tar.gz |
Get rid of now unnecessary EXTRACT_OPTS_ZIP.
Diffstat (limited to 'cad/boolean')
-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 |