diff options
author | hubertf <hubertf> | 1998-06-22 22:55:47 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-06-22 22:55:47 +0000 |
commit | c45fbe9451c1cf2c3bfa31bea213ff0a9c2798e7 (patch) | |
tree | 026c0995014f8e8f1929c71e11f79f7343e64cea /archivers/zip1 | |
parent | 17b366c59b560dd278d0e74b8c1981a4cba0b1d2 (diff) | |
download | pkgsrc-c45fbe9451c1cf2c3bfa31bea213ff0a9c2798e7.tar.gz |
temporarily disable FETCH_DEPENDS
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 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 |