diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-28 03:27:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-28 03:27:34 +0800 |
commit | 1e24895eb92fd76244f5b10d1ec5f0aa3459ee70 (patch) | |
tree | 973c61950622ff561b5cae84c526ca059e7765d1 /www | |
parent | 12fd604939a110c79684c9ab5bbe975b98a4cf62 (diff) | |
download | freebsd-ports-graphics-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.tar.gz freebsd-ports-graphics-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.tar.zst freebsd-ports-graphics-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.zip |
Use MASTER_SITE_CRITICAL
Diffstat (limited to 'www')
-rw-r--r-- | www/bannerfilter/Makefile | 3 | ||||
-rw-r--r-- | www/linklint/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/bannerfilter/Makefile b/www/bannerfilter/Makefile index 7cc9c825a8a..a1cb00d21ee 100644 --- a/www/bannerfilter/Makefile +++ b/www/bannerfilter/Makefile @@ -9,8 +9,7 @@ PORTNAME= bannerfilter PORTVERSION= 1.31 CATEGORIES= www MASTER_SITES= http://phroggy.com/files/unix/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A squid redirect script for filtering web banners diff --git a/www/linklint/Makefile b/www/linklint/Makefile index e02b091e1c2..c0f3ce3556b 100644 --- a/www/linklint/Makefile +++ b/www/linklint/Makefile @@ -9,8 +9,7 @@ PORTNAME= linklint DISTVERSION= 2.3.6.d CATEGORIES= www MASTER_SITES= http://www.linklint.org/download/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl script that checks links on web sites |