diff options
-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 |