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