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 /security | |
parent | 7dbd7b7d5e30aff86a49fa033c6a2aea22e4e892 (diff) | |
download | pkgsrc-5dbcd73d7283f36f5844b928e14b1b13d9597bb4.tar.gz |
Get rid of now unnecessary EXTRACT_OPTS_ZIP.
Diffstat (limited to 'security')
-rw-r--r-- | security/crypto++/Makefile | 3 | ||||
-rw-r--r-- | security/rainbowcrack/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/security/crypto++/Makefile b/security/crypto++/Makefile index 6a719ef377e..01faa55dc98 100644 --- a/security/crypto++/Makefile +++ b/security/crypto++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/05/21 21:13:15 zafer Exp $ +# $NetBSD: Makefile,v 1.11 2009/08/25 11:57:45 wiz Exp $ # DISTNAME= cryptopp552 @@ -19,7 +19,6 @@ WRKSRC= ${WRKDIR} USE_LANGUAGES= c++ CPPFLAGS+= -DCRYPTOPP_DISABLE_ASM BUILDLINK_TRANSFORM+= rm:-pipe rm:-msse2 -EXTRACT_OPTS_ZIP= -aqo AUTO_MKDIRS= yes diff --git a/security/rainbowcrack/Makefile b/security/rainbowcrack/Makefile index 01dc20a3aa3..66b32295a28 100644 --- a/security/rainbowcrack/Makefile +++ b/security/rainbowcrack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/09/17 16:15:54 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/08/25 11:57:45 wiz Exp $ # PKGNAME= rainbowcrack-1.2 @@ -17,7 +17,6 @@ COMMENT= Hash cracker PKG_DESTDIR_SUPPORT= user-destdir BUILD_DIRS= src -EXTRACT_OPTS_ZIP= -aqo USE_LANGUAGES= c c++ USE_TOOLS+= patch MAKE_FILE= ${FILESDIR}/Makefile |