diff options
author | adamw <adamw@FreeBSD.org> | 2003-05-23 02:11:54 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-05-23 02:11:54 +0800 |
commit | 79fe992971bb00330cf416fa1371ffb2eca5643e (patch) | |
tree | 1e833da6ed7a4789e0ec18c13ea6e548cf679c15 /textproc | |
parent | 3aa3c765d4049bd79f7c3debc7c25a98cdd4ddf4 (diff) | |
download | freebsd-ports-gnome-79fe992971bb00330cf416fa1371ffb2eca5643e.tar.gz freebsd-ports-gnome-79fe992971bb00330cf416fa1371ffb2eca5643e.tar.zst freebsd-ports-gnome-79fe992971bb00330cf416fa1371ffb2eca5643e.zip |
Chase the distfile; update MASTER_SITES.
PR: ports/52587
Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/domc/Makefile | 2 | ||||
-rw-r--r-- | textproc/domc/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index d0d01edbd00c..8744e8a96af1 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -9,7 +9,7 @@ PORTNAME= domc PORTVERSION= 0.6.0 CATEGORIES= textproc -MASTER_SITES= http://users.erols.com/mballen/domc/src/ +MASTER_SITES= http://www.ioplex.com/~miallen/domc/dl/ MAINTAINER= ports@FreeBSD.org COMMENT= A light weight implementation of the DOM in ANSI C diff --git a/textproc/domc/pkg-descr b/textproc/domc/pkg-descr index cae519f8df4d..fce737733f2b 100644 --- a/textproc/domc/pkg-descr +++ b/textproc/domc/pkg-descr @@ -2,4 +2,4 @@ DOMC is a light weight implementation of the DOM in ANSI C as specified in the W3C Document Object Model Level 1, Level 2, and Level 2 Events recommendations. -WWW: http://users.erols.com/mballen/domc/ +WWW: http://www.ioplex.com/~miallen/domc/ |