diff options
author | obache <obache> | 2008-06-12 01:01:47 +0000 |
---|---|---|
committer | obache <obache> | 2008-06-12 01:01:47 +0000 |
commit | d65404eab72d7bb37820ca8d9a4d339d1cfbfc9a (patch) | |
tree | 53975173987c9d6ef131c1d4617c32cc609a3c73 | |
parent | c51f82f03766661c36ad1a97450b654c7ea11283 (diff) | |
download | pkgsrc-d65404eab72d7bb37820ca8d9a4d339d1cfbfc9a.tar.gz |
Fix MASTER_SITES url.
-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/ |