aboutsummaryrefslogtreecommitdiff
path: root/textproc/xerces-c
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-12-19 16:38:41 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-12-19 16:38:41 +0000
commit8afe293ac54d92226932f05e7670b6390d306d60 (patch)
tree266404914a133b2cd289b2f1dd627bd2f56b66a1 /textproc/xerces-c
parent2d34b77f360e486ef822411699af74be1355c481 (diff)
downloadports-8afe293ac54d92226932f05e7670b6390d306d60.tar.gz
ports-8afe293ac54d92226932f05e7670b6390d306d60.zip
. Fix MASTER_SITES and MASTER_SITE_SUBDIR.
PR: 58943 Submitted by: Palle Girgensohn <girgen@pingpong.net>
Notes
Notes: svn path=/head/; revision=96212
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