From bc8e16d775a376a949a2ac957d2f36018d6e67a9 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 26 Jun 1998 20:07:13 +0000 Subject: Nuke FETCH_DEPENDS - use BUILD_DEPENDS, which actually executes before extract. --- archivers/zip/Makefile | 4 ++-- archivers/zip1/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'archivers') diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 4a4cb0f2b10..594f825b490 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/06/20 23:26:05 tv Exp $ +# $NetBSD: Makefile,v 1.12 1998/06/26 20:07:13 tv Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -19,7 +19,7 @@ ALL_TARGET= generic .if defined(ZIP_ENCRYPTION) DISTFILES+= zcrypt27.zip EXTRACT_ONLY= zip22.tar.gz -FETCH_DEPENDS= unzip:../../archivers/unzip +BUILD_DEPENDS= unzip:../../archivers/unzip RESTRICTED= crypto MIRROR_DISTFILE=no diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index 80db3cc74f8..069c997d996 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/06/22 22:55:47 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/06/26 20:07:14 tv Exp $ # DISTNAME= zip1-1.1 @@ -9,7 +9,7 @@ DISTFILES= zip11.zip MAINTAINER= tv@netbsd.org -#FETCH_DEPENDS= unzip:../../archivers/unzip +BUILD_DEPENDS= unzip:../../archivers/unzip EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -qo -- cgit v1.2.3