diff options
author | cjs <cjs> | 1998-03-28 19:48:28 +0000 |
---|---|---|
committer | cjs <cjs> | 1998-03-28 19:48:28 +0000 |
commit | 2ab169bfab3c397abea759ab39e8a263f714413f (patch) | |
tree | 19c5b96558912a82a87b2b63cb1ca1a7dafb3bdd /news/nntpclnt/Makefile | |
parent | 4d21ea6e3487d58f8c13f0c033ce376be798c7c0 (diff) | |
download | pkgsrc-2ab169bfab3c397abea759ab39e8a263f714413f.tar.gz |
Get the distfile from some place where it exists.
Diffstat (limited to 'news/nntpclnt/Makefile')
-rw-r--r-- | news/nntpclnt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index 21d2a573653..f04086c2af2 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -4,12 +4,12 @@ # Date created: 25 March 1998 # Whom: tv@netbsd.org # -# $NetBSD: Makefile,v 1.2 1998/03/26 23:06:21 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1998/03/28 19:48:28 cjs Exp $ # DISTNAME= nntpclnt-1.6.1 CATEGORIES= news -MASTER_SITES= ${MASTER_SITES_LOCAL} +MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/ MAINTAINER= tv@netbsd.org |