diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-05 22:55:14 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-05 22:55:14 +0800 |
commit | 03e5206aa4c732c7b2e8704a6defb3a1b8d956bb (patch) | |
tree | 0450d72118575ad5a078d73ddec2b04ba6028e98 /textproc | |
parent | c3f30cabf24a3c3a4c6067ae22c5737a6dd0a66e (diff) | |
download | freebsd-ports-gnome-03e5206aa4c732c7b2e8704a6defb3a1b8d956bb.tar.gz freebsd-ports-gnome-03e5206aa4c732c7b2e8704a6defb3a1b8d956bb.tar.zst freebsd-ports-gnome-03e5206aa4c732c7b2e8704a6defb3a1b8d956bb.zip |
Put distfile at MASTER_SITE_LOCAL until main MASTER_SITE is available again.
PR: 35428
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xlhtml/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/xlhtml/Makefile b/textproc/xlhtml/Makefile index d6f20de789f9..e16a99b47083 100644 --- a/textproc/xlhtml/Makefile +++ b/textproc/xlhtml/Makefile @@ -8,7 +8,10 @@ PORTNAME= xlhtml PORTVERSION= 0.4 CATEGORIES= textproc -MASTER_SITES= http://www.xlhtml.org/ +MASTER_SITES= http://www.xlhtml.org/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sobomax +DISTNAME= xlHtml-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org |