From 2aef4202a51c61ce27fd1d679e084cf098761ec6 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 6 Jan 2015 09:40:42 +0000 Subject: [PATCH] Move MASTER_SITES from CRITICAL to LOCAL/ehaupt --- www/linklint/Makefile | 2 +- www/p5-Reddit/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/linklint/Makefile b/www/linklint/Makefile index de0f4b8c4da6..7456ac7bfb38 100644 --- a/www/linklint/Makefile +++ b/www/linklint/Makefile @@ -5,7 +5,7 @@ PORTNAME= linklint DISTVERSION= 2.3.6.d CATEGORIES= www MASTER_SITES= http://www.linklint.org/download/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl script that checks links on web sites diff --git a/www/p5-Reddit/Makefile b/www/p5-Reddit/Makefile index 1bd884c4438b..1e59e1b547ed 100644 --- a/www/p5-Reddit/Makefile +++ b/www/p5-Reddit/Makefile @@ -5,7 +5,7 @@ PORTNAME= Reddit PORTVERSION= 0.3.02.20120418 PORTREVISION= 1 CATEGORIES= www perl5 -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org