summaryrefslogtreecommitdiff
path: root/archivers/zip
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-11-10 23:17:20 +0000
committercjep <cjep@pkgsrc.org>2002-11-10 23:17:20 +0000
commitd1579214b8ac4091c76a5493baa935348c8bb96b (patch)
tree7c36d5c27699dfdd76c3d5d7c38e2e006bb8b0dc /archivers/zip
parentdcdd026433513ba1807d25cdd5b68a78c2f73533 (diff)
downloadpkgsrc-d1579214b8ac4091c76a5493baa935348c8bb96b.tar.gz
Use ${LOCALBASE}/bin/unzip rather than a bare unzip.
Diffstat (limited to 'archivers/zip')
-rw-r--r--archivers/zip/Makefile4
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} && \