diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:03:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:03:49 +0000 |
commit | 6c39a6eab6ab88e2dd89dec7c00e74f22113a907 (patch) | |
tree | cbbe33a27ca8ed9a1766ae778dd6daf92ed9dfa4 /archivers/zip/Makefile | |
parent | f425933991a2cf279fadad07ef77122477deb2aa (diff) | |
download | pkgsrc-6c39a6eab6ab88e2dd89dec7c00e74f22113a907.tar.gz |
bl3ify
Diffstat (limited to 'archivers/zip/Makefile')
-rw-r--r-- | archivers/zip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 9d65bafd8c8..2b315d3c38c 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2003/07/17 21:21:49 grant Exp $ +# $NetBSD: Makefile,v 1.35 2004/03/11 18:03:50 xtraeme Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -35,7 +35,7 @@ ALL_TARGET= generic CFLAGS+= -DHAVE_DIRENT_H .endif -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined post-extract: @cd ${WRKSRC} && ${LOCALBASE}/bin/unzip -qo ${DISTDIR}/zcrypt29.zip |