diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-28 18:10:45 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-28 18:10:45 +0000 |
| commit | d714666d7d5463c98b5ab01f95a2b4ba7be098aa (patch) | |
| tree | 200d6325d2649a1035ccc42385666a2691b8fd4c | |
| parent | bf1669b7518e053157a990a07df151c2c4f8bc9c (diff) | |
Author in the process of moving from the old to the new MASTER_SITE, so
but backup site first in MASTER_SITES.
Submitted by: bento
| -rw-r--r-- | textproc/cole/Makefile | 4 | ||||
| -rw-r--r-- | textproc/xls2xml/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile index d4236a3e9432..5378999ce160 100644 --- a/textproc/cole/Makefile +++ b/textproc/cole/Makefile @@ -8,8 +8,8 @@ PORTNAME= cole PORTVERSION= 2.0.1 CATEGORIES= textproc -MASTER_SITES= http://arturo.directmail.org/filters/archive/ \ - http://homepages.go.com/~sobomax/filtersweb/ +MASTER_SITES= http://homepages.go.com/~sobomax/filtersweb/ \ + http://arturo.directmail.org/filters/archive/ MAINTAINER= sobomax@FreeBSD.org diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile index 68dae042c61d..faed3e8570da 100644 --- a/textproc/xls2xml/Makefile +++ b/textproc/xls2xml/Makefile @@ -9,8 +9,8 @@ PORTNAME= xls2xml PORTVERSION= 1.0.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://arturo.directmail.org/filters/archive/ \ - http://homepages.go.com/~sobomax/filtersweb/ + http://homepages.go.com/~sobomax/filtersweb/ \ + http://arturo.directmail.org/filters/archive/ MASTER_SITE_SUBDIR= sobomax MAINTAINER= sobomax@FreeBSD.org |
