summaryrefslogtreecommitdiff
path: root/archivers/zip
diff options
context:
space:
mode:
authorcjep <cjep>2002-11-10 23:17:20 +0000
committercjep <cjep>2002-11-10 23:17:20 +0000
commit0fe45164785c4a3191598523084b795195afd577 (patch)
tree7c36d5c27699dfdd76c3d5d7c38e2e006bb8b0dc /archivers/zip
parent03f4fac2976d13f7a1ef44d5860f71a0f552af7a (diff)
downloadpkgsrc-0fe45164785c4a3191598523084b795195afd577.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} && \