diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-10-01 09:14:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-10-01 09:14:18 +0800 |
commit | fcd10669efc0649e4bffbf1e012bd23eda629f11 (patch) | |
tree | e33d689568487f983c6153e9246c200f62a9e1bb /textproc | |
parent | 846346af8466ce0dae21136eca820b1803e57f60 (diff) | |
download | freebsd-ports-gnome-fcd10669efc0649e4bffbf1e012bd23eda629f11.tar.gz freebsd-ports-gnome-fcd10669efc0649e4bffbf1e012bd23eda629f11.tar.zst freebsd-ports-gnome-fcd10669efc0649e4bffbf1e012bd23eda629f11.zip |
- Use LOCAL/sunpoet as backup MASTER_SITES
Approved by: pgollucci (mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/idnits/Makefile | 2 | ||||
-rw-r--r-- | textproc/tidyp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index c1829a0578d3..afc8cb8ed676 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -8,7 +8,7 @@ PORTNAME= idnits PORTVERSION= 2.12.05 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/idnits/ \ - http://sunpoet.net/distfiles/ + LOCAL/sunpoet EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org diff --git a/textproc/tidyp/Makefile b/textproc/tidyp/Makefile index 088936ef889f..ff82d7bf459d 100644 --- a/textproc/tidyp/Makefile +++ b/textproc/tidyp/Makefile @@ -9,7 +9,7 @@ PORTNAME= tidyp PORTVERSION= 1.02 CATEGORIES= textproc www MASTER_SITES= http://cloud.github.com/downloads/petdance/tidyp/ \ - http://sunpoet.net/distfiles/ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= A library and program to validate and fix HTML |