diff options
author | obache <obache@pkgsrc.org> | 2008-06-12 01:01:47 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-06-12 01:01:47 +0000 |
commit | a61babd3867d23aae68f081575c82ce87db2ab87 (patch) | |
tree | 53975173987c9d6ef131c1d4617c32cc609a3c73 /news | |
parent | 0e5435698ea25e1257a1933195310812d5dc71cd (diff) | |
download | pkgsrc-a61babd3867d23aae68f081575c82ce87db2ab87.tar.gz |
Fix MASTER_SITES url.
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpcache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 7cbebcfb16d..772df887388 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2008/06/11 14:33:07 obache Exp $ +# $NetBSD: Makefile,v 1.33 2008/06/12 01:01:47 obache Exp $ DISTNAME= nntpcache-3.0.2 CATEGORIES= news -MASTER_SITES= http://xs4all.nl/~suelette/nntpcache/ +MASTER_SITES= http://www.xs4all.nl/~suelette/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://iq.org/~proff/nntpcache.org/ |