summaryrefslogtreecommitdiff
path: root/textproc/xerces-c/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-02-13 15:04:03 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-02-13 15:04:03 +0000
commit4d0923d90c9008c764a2d49ec4151f2ecb8fc8ca (patch)
treef3037ee64032f626900df0c05be9f61bdcba3991 /textproc/xerces-c/Makefile
parentUse MASTER_SITE_DEBIAN. (diff)
Use MASTER_SITE_APACHE*.
PR: 47984 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes: svn path=/head/; revision=75463
Diffstat (limited to 'textproc/xerces-c/Makefile')
-rw-r--r--textproc/xerces-c/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile
index 2869739a7041..942b513234cf 100644
--- a/textproc/xerces-c/Makefile
+++ b/textproc/xerces-c/Makefile
@@ -8,8 +8,9 @@
PORTNAME= xerces_c
PORTVERSION= 1.7.0
CATEGORIES= textproc
-MASTER_SITES= http://xml.apache.org/dist/xerces-c/stable/archives/Xerces-C_${PORTVERSION:S/./_/g}/ \
+MASTER_SITES= ${MASTER_SITE_APACHE_XML} \
http://document-root.de/xerces-c-mirror/
+MASTER_SITE_SUBDIR= xerces-c/stable/archives/Xerces-C_${PORTVERSION:S/./_/g}
DISTNAME= xerces-c-src${PORTVERSION:S/./_/g}
MAINTAINER= ports@FreeBSD.org