diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-23 03:26:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-23 03:26:49 +0000 |
commit | bb1f127e346e7c50b1f92059e5f693954e3f57f1 (patch) | |
tree | 5aaf1af92e23aaefcf1270c0c407f5bf15c5d703 | |
parent | Fix build on -CURRENT. (diff) |
Fixed mastersite, directory structure has changed
PR: ports/46479
Submitted by: "Bjoern A.Zeeb" <bzeeb+freebsdports@zabbadoz.net>
Notes
Notes:
svn path=/head/; revision=71808
-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} |