diff options
| -rw-r--r-- | textproc/cole/Makefile | 3 | ||||
| -rw-r--r-- | textproc/xls2xml/Makefile | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile index 5378999ce160..c37182cd515f 100644 --- a/textproc/cole/Makefile +++ b/textproc/cole/Makefile @@ -8,8 +8,9 @@ PORTNAME= cole PORTVERSION= 2.0.1 CATEGORIES= textproc -MASTER_SITES= http://homepages.go.com/~sobomax/filtersweb/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://arturo.directmail.org/filters/archive/ +MASTER_SITE_SUBDIR= sobomax MAINTAINER= sobomax@FreeBSD.org diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile index faed3e8570da..6e031ecd18d8 100644 --- a/textproc/xls2xml/Makefile +++ b/textproc/xls2xml/Makefile @@ -9,7 +9,6 @@ PORTNAME= xls2xml PORTVERSION= 1.0.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://homepages.go.com/~sobomax/filtersweb/ \ http://arturo.directmail.org/filters/archive/ MASTER_SITE_SUBDIR= sobomax |
