diff options
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} && \ |