diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-21 11:27:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-21 11:27:24 +0000 |
commit | f9735af725548a06cc8581635c78cb7e98f40a9b (patch) | |
tree | b65d73267b57503e905d2b2550d4b147b7826a37 /www/weblint/Makefile | |
parent | ece8be8aa93a246e2393f88100d6ff4052cee013 (diff) | |
download | pkgsrc-f9735af725548a06cc8581635c78cb7e98f40a9b.tar.gz |
Update MASTER_SITES, comment out HOMEPAGE, since server missing.
Noted by Grant Beattie in pkg/14167.
Diffstat (limited to 'www/weblint/Makefile')
-rw-r--r-- | www/weblint/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/www/weblint/Makefile b/www/weblint/Makefile index ac737ffb759..42339c263ee 100644 --- a/www/weblint/Makefile +++ b/www/weblint/Makefile @@ -1,13 +1,16 @@ -# $NetBSD: Makefile,v 1.7 2001/04/05 19:53:35 zuntum Exp $ -# FreeBSD Id: Makefile,v 1.8 1997/10/29 17:09:53 max Exp +# $NetBSD: Makefile,v 1.8 2001/10/21 11:27:24 wiz Exp $ # DISTNAME= weblint-1.020 CATEGORIES= www -MASTER_SITES= ftp://ftp.weblint.org/pub/weblint/ +MASTER_SITES= http://www.perl.com/CPAN/authors/id/NEILB/ \ + ftp://ftp.loaded.net/pub/CPAN/authors/id/NEILB/ \ + ftp://ftp.freesoftware.com/pub/perl/CPAN/authors/id/NEILB/ \ + ftp://ftp.gmd.de/mirrors/CPAN/authors/id/NEILB/ \ + ftp://cpan.perl.org/CPAN/authors/id/NEILB/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.weblint.org/ +#HOMEPAGE= http://www.weblint.org/ COMMENT= HTML validator and sanity checker USE_PERL5= yes |