aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xerces-c
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-12-20 00:38:41 +0800
committerglewis <glewis@FreeBSD.org>2003-12-20 00:38:41 +0800
commit72548334626e09be6459d37095a42f96c6fa8aad (patch)
treead69cdb783de0503a675e3d328561634a34701fb /textproc/xerces-c
parent7af5f472eaee0ed297ea2e8f729c5709f433aaf7 (diff)
downloadfreebsd-ports-gnome-72548334626e09be6459d37095a42f96c6fa8aad.tar.gz
freebsd-ports-gnome-72548334626e09be6459d37095a42f96c6fa8aad.tar.zst
freebsd-ports-gnome-72548334626e09be6459d37095a42f96c6fa8aad.zip
. Fix MASTER_SITES and MASTER_SITE_SUBDIR.
PR: 58943 Submitted by: Palle Girgensohn <girgen@pingpong.net>
Diffstat (limited to 'textproc/xerces-c')
-rw-r--r--textproc/xerces-c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile
index 57f81c268036..5e671f5c25a1 100644
--- a/textproc/xerces-c/Makefile
+++ b/textproc/xerces-c/Makefile
@@ -8,9 +8,9 @@
PORTNAME= xerces_c
PORTVERSION= 1.7.0
CATEGORIES= textproc
-MASTER_SITES= ${MASTER_SITE_APACHE_XML} \
+MASTER_SITES= http://archive.apache.org/dist/xml/%SUBDIR%/ \
http://document-root.de/xerces-c-mirror/
-MASTER_SITE_SUBDIR= xerces-c/stable/archives/Xerces-C_${PORTVERSION:S/./_/g}
+MASTER_SITE_SUBDIR= xerces-c/Xerces-C_${PORTVERSION:S/./_/g}
DISTNAME= xerces-c-src${PORTVERSION:S/./_/g}
MAINTAINER= ports@FreeBSD.org