diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-12-04 10:55:06 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-12-04 10:55:06 +0000 |
commit | 7050171cc48152ccddef98019b4e4ceda4701a8b (patch) | |
tree | b70bd9ef2343a628257ad72758695a530dc02728 /textproc/xls2xml | |
parent | bf38a8ead79263e8bbadb87850169fb532fe0693 (diff) | |
download | FreeBSD-ports-7050171cc48152ccddef98019b4e4ceda4701a8b.zip FreeBSD-ports-7050171cc48152ccddef98019b4e4ceda4701a8b.tar.gz |
Put copy of distfile at MASTER_SITE_LOCAL.
Diffstat (limited to 'textproc/xls2xml')
-rw-r--r-- | textproc/xls2xml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile index bf073a3..3fa4115 100644 --- a/textproc/xls2xml/Makefile +++ b/textproc/xls2xml/Makefile @@ -8,8 +8,10 @@ PORTNAME= xls2xml PORTVERSION= 1.0.0 CATEGORIES= textproc -MASTER_SITES= http://arturo.directmail.org/filters/archive/ \ +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://arturo.directmail.org/filters/archive/ \ http://homepages.go.com/~sobomax/filtersweb/ +MASTER_SITE_SUBDIR= sobomax MAINTAINER= sobomax@FreeBSD.org |