diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-05 10:58:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-05 10:58:29 +0000 |
commit | 4574e78735b15cb27c61431088359f46dee5a8a8 (patch) | |
tree | b5b693fa780943cabc938fdbe794a851de4b753f /www/weblint | |
parent | 2e5a22f2a563b5de5248cc9365e2fa19bab13be2 (diff) | |
download | ports-4574e78735b15cb27c61431088359f46dee5a8a8.tar.gz ports-4574e78735b15cb27c61431088359f46dee5a8a8.zip |
Notes
Diffstat (limited to 'www/weblint')
-rw-r--r-- | www/weblint/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/weblint/Makefile b/www/weblint/Makefile index 05ab74dbf565..75f61e69eebb 100644 --- a/www/weblint/Makefile +++ b/www/weblint/Makefile @@ -8,7 +8,9 @@ PORTNAME= weblint PORTVERSION= 1.020 CATEGORIES= www -MASTER_SITES= ftp://ftp.cre.canon.co.uk/pub/weblint/ +MASTER_SITES= ftp://ftp.weblint.org/pub/weblint/ \ + ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR=../../authors/id/NEILB MAINTAINER= pst@FreeBSD.org |