diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-16 15:02:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-16 15:02:36 +0000 |
commit | b14533177aec7e4f7da94d69347e2e13550ae8dd (patch) | |
tree | 1f6eddecf6dd69009edee8cf1ad422ea8ca161a2 /archivers/unzoo | |
parent | 52a445078245c71355a7f22dc7e1d091e3a72fd0 (diff) | |
download | pkgsrc-b14533177aec7e4f7da94d69347e2e13550ae8dd.tar.gz |
Remove MASTER_SITES, it does not contain the file.
Diffstat (limited to 'archivers/unzoo')
-rw-r--r-- | archivers/unzoo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile index 7ad8bdc4b0b..ebe73ab35dd 100644 --- a/archivers/unzoo/Makefile +++ b/archivers/unzoo/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2005/09/28 19:45:45 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2005/10/16 15:02:36 wiz Exp $ # DISTNAME= unzoo.c PKGNAME= unzoo-4.4 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.math.rwth-aachen.de/pub/gap/gap4/util/ +MASTER_SITES= # no dist site available EXTRACT_SUFX= # empty MAINTAINER= cjep@NetBSD.org |