diff options
author | kim <kim> | 2004-12-25 06:39:42 +0000 |
---|---|---|
committer | kim <kim> | 2004-12-25 06:39:42 +0000 |
commit | bf3e2e2841fe5920a2f0e7c8e571f457622773dc (patch) | |
tree | 656663af6bd38bb4584e18b3db31e8cb47f14654 /news | |
parent | ea728d2e81c543284bc883b8cedc97b6256c1a9a (diff) | |
download | pkgsrc-bf3e2e2841fe5920a2f0e7c8e571f457622773dc.tar.gz |
Remove ftp.gw.com (mirror discontinued).
Diffstat (limited to 'news')
-rw-r--r-- | news/nn/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile index 09bcce56d2d..5b30261b0a2 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -1,15 +1,12 @@ -# $NetBSD: Makefile,v 1.22 2004/05/03 12:56:10 kim Exp $ +# $NetBSD: Makefile,v 1.23 2004/12/25 06:39:42 kim Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/30 18:17:48 adam Exp # DISTNAME= nn-6.6.4 PKGREVISION= 1 CATEGORIES= news -MASTER_SITES= ftp://ftp.gw.com/pub/unix/news/nn/nn-6.6/ \ - ftp://ftp.nndev.org/pub/nn-6.6/ \ +MASTER_SITES= ftp://ftp.nndev.org/pub/nn-6.6/ \ ftp://ftp.nndev.org/pub/nn-6.6/old/ -# slightly different 6.6.4 distfile (4 bytes off in tar) -# ftp://ftp.gw.com/pub/unix/news/nn/nn-6.6/old/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= NN newsreader |