diff options
author | cjep <cjep@pkgsrc.org> | 2002-11-10 23:17:20 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-11-10 23:17:20 +0000 |
commit | d1579214b8ac4091c76a5493baa935348c8bb96b (patch) | |
tree | 7c36d5c27699dfdd76c3d5d7c38e2e006bb8b0dc /archivers/zip | |
parent | dcdd026433513ba1807d25cdd5b68a78c2f73533 (diff) | |
download | pkgsrc-d1579214b8ac4091c76a5493baa935348c8bb96b.tar.gz |
Use ${LOCALBASE}/bin/unzip rather than a bare unzip.
Diffstat (limited to 'archivers/zip')
-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 29a748a32a2..8163dc26fdb 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2002/08/25 21:49:27 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2002/11/10 23:17:20 cjep Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -30,7 +30,7 @@ ALL_TARGET= generic USE_BUILDLINK2= # defined post-extract: - @cd ${WRKSRC} && unzip -qo ${DISTDIR}/zcrypt29.zip + @cd ${WRKSRC} && ${LOCALBASE}/bin/unzip -qo ${DISTDIR}/zcrypt29.zip do-install: cd ${WRKSRC} && \ |