diff options
author | tv <tv@pkgsrc.org> | 1998-06-26 20:07:13 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-06-26 20:07:13 +0000 |
commit | 5051440385c3216bc460b36e457902b199c79748 (patch) | |
tree | 13208a43346ee8c62af50be065f47ed7d2437472 /archivers/zip1 | |
parent | 58c7fc3d26be5ae9a3a1c7de82b13a48df69f46e (diff) | |
download | pkgsrc-5051440385c3216bc460b36e457902b199c79748.tar.gz |
Nuke FETCH_DEPENDS - use BUILD_DEPENDS, which actually executes before
extract.
Diffstat (limited to 'archivers/zip1')
-rw-r--r-- | archivers/zip1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |