diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-23 11:26:49 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-23 11:26:49 +0800 |
commit | 3366dc322f948180c84b42f6410b7574b15f527e (patch) | |
tree | 574c6fde36a1ad2e56165a34c31f8bcae3415d5e /textproc | |
parent | f1553029bc9673cc0ee09a98965debaf153a35d3 (diff) | |
download | freebsd-ports-gnome-3366dc322f948180c84b42f6410b7574b15f527e.tar.gz freebsd-ports-gnome-3366dc322f948180c84b42f6410b7574b15f527e.tar.zst freebsd-ports-gnome-3366dc322f948180c84b42f6410b7574b15f527e.zip |
Fixed mastersite, directory structure has changed
PR: ports/46479
Submitted by: "Bjoern A.Zeeb" <bzeeb+freebsdports@zabbadoz.net>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index 82535611d9b5..2869739a7041 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -8,7 +8,7 @@ PORTNAME= xerces_c PORTVERSION= 1.7.0 CATEGORIES= textproc -MASTER_SITES= http://xml.apache.org/dist/xerces-c/stable/ \ +MASTER_SITES= http://xml.apache.org/dist/xerces-c/stable/archives/Xerces-C_${PORTVERSION:S/./_/g}/ \ http://document-root.de/xerces-c-mirror/ DISTNAME= xerces-c-src${PORTVERSION:S/./_/g} |