diff options
author | tv <tv@pkgsrc.org> | 2005-03-18 17:56:10 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-18 17:56:10 +0000 |
commit | 516aee596ea7c3ba73534fd6b36299c2414fa85c (patch) | |
tree | 3d887802cfd67275b56ba946ec55a3ae7c24a80c /news/nntpcache | |
parent | b2fcee1a29a527139d0ef71670366fd72b9da487 (diff) | |
download | pkgsrc-516aee596ea7c3ba73534fd6b36299c2414fa85c.tar.gz |
Correct previous: The end of life webpage still exists at a different
location; point HOMEPAGE there. Alter MASTER_SITES to provide a couple
actually usable mirrors.
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 78b456d0a71..27f6346b38f 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.20 2005/03/18 17:51:46 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/03/18 17:56:10 tv Exp $ # FreeBSD Id: Makefile,v 1.11 1998/02/01 03:04:11 itojun Exp # DISTNAME= nntpcache-3.0.1 CATEGORIES= news -MASTER_SITES= ftp://ftp.nntpcache.org/pub/nntpcache/ \ +MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/news/nntpcache/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/news/nntpcache/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= # none; was (until expiration): http://www.nntpcache.org/ +HOMEPAGE= http://www.iq.org/~proff/nntpcache.org/ COMMENT= NNTP multi-server caching daemon LICENSE= fee-based-commercial-use |