diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-06-22 22:55:47 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-06-22 22:55:47 +0000 |
commit | fd5970ab4a17db5221b5d2c867bb7973dd0f0f2c (patch) | |
tree | 026c0995014f8e8f1929c71e11f79f7343e64cea | |
parent | 340a5a7acef089655c5fbe1fc6a31bb0d61c2545 (diff) | |
download | pkgsrc-fd5970ab4a17db5221b5d2c867bb7973dd0f0f2c.tar.gz |
temporarily disable FETCH_DEPENDS
-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 fc1c729ea34..80db3cc74f8 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/06/20 23:27:49 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/06/22 22:55:47 hubertf Exp $ # DISTNAME= zip1-1.1 @@ -9,7 +9,7 @@ DISTFILES= zip11.zip MAINTAINER= tv@netbsd.org -FETCH_DEPENDS= unzip:../../archivers/unzip +#FETCH_DEPENDS= unzip:../../archivers/unzip EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -qo |