diff options
author | hubertf <hubertf> | 1998-06-22 22:55:47 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-06-22 22:55:47 +0000 |
commit | af18235028ade2d9a9dd160409c1c209f96fbb99 (patch) | |
tree | 026c0995014f8e8f1929c71e11f79f7343e64cea /archivers | |
parent | af9e5eb00230c78fbc28ba410cb44132349f30bc (diff) | |
download | pkgsrc-af18235028ade2d9a9dd160409c1c209f96fbb99.tar.gz |
temporarily disable FETCH_DEPENDS
Diffstat (limited to 'archivers')
-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 |