diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 17:40:42 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 17:40:42 +0800 |
commit | 2aef4202a51c61ce27fd1d679e084cf098761ec6 (patch) | |
tree | 0866a2a55931a1ed9f4e73469c3e21f999889eb9 /www | |
parent | 50e67510ff120fd5d21f966cfd8af92a5fc117e5 (diff) | |
download | freebsd-ports-gnome-2aef4202a51c61ce27fd1d679e084cf098761ec6.tar.gz freebsd-ports-gnome-2aef4202a51c61ce27fd1d679e084cf098761ec6.tar.zst freebsd-ports-gnome-2aef4202a51c61ce27fd1d679e084cf098761ec6.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'www')
-rw-r--r-- | www/linklint/Makefile | 2 | ||||
-rw-r--r-- | 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 |