From d1579214b8ac4091c76a5493baa935348c8bb96b Mon Sep 17 00:00:00 2001 From: cjep Date: Sun, 10 Nov 2002 23:17:20 +0000 Subject: Use ${LOCALBASE}/bin/unzip rather than a bare unzip. --- archivers/zip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/zip') 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} && \ -- cgit v1.2.3