diff options
author | cjs <cjs> | 1998-03-28 19:48:28 +0000 |
---|---|---|
committer | cjs <cjs> | 1998-03-28 19:48:28 +0000 |
commit | 08851e21d9d43624974ec266cbc03fd11bc30220 (patch) | |
tree | 19c5b96558912a82a87b2b63cb1ca1a7dafb3bdd /news | |
parent | 7ddb26197ceed045581b30fecf370db938275b4b (diff) | |
download | pkgsrc-08851e21d9d43624974ec266cbc03fd11bc30220.tar.gz |
Get the distfile from some place where it exists.
Diffstat (limited to 'news')
-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 |