diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-06-01 20:13:54 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-06-01 20:13:54 +0800 |
commit | 2d31e96f4f2b4811449072fa83d877d5d205c3ff (patch) | |
tree | 679e23e1b46e37724085fbe35bad1b344ea0f2ac /textproc/htmlise/Makefile | |
parent | 95b3fb7dc6b24f4c6a5cdadc0c589903136ce79e (diff) | |
download | freebsd-ports-graphics-2d31e96f4f2b4811449072fa83d877d5d205c3ff.tar.gz freebsd-ports-graphics-2d31e96f4f2b4811449072fa83d877d5d205c3ff.tar.zst freebsd-ports-graphics-2d31e96f4f2b4811449072fa83d877d5d205c3ff.zip |
Add an additional mirror.
Diffstat (limited to 'textproc/htmlise/Makefile')
-rw-r--r-- | textproc/htmlise/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/htmlise/Makefile b/textproc/htmlise/Makefile index 9a59ad20edf..15490466a10 100644 --- a/textproc/htmlise/Makefile +++ b/textproc/htmlise/Makefile @@ -8,7 +8,9 @@ PORTNAME= htmlise PORTVERSION= 0.2 CATEGORIES= textproc -MASTER_SITES= http://www.ex-parrot.com/~chris/stuff/ +MASTER_SITES= http://www.ex-parrot.com/~chris/stuff/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Formats plain text as HTML |