diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-12-19 16:38:41 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-12-19 16:38:41 +0000 |
commit | 8afe293ac54d92226932f05e7670b6390d306d60 (patch) | |
tree | 266404914a133b2cd289b2f1dd627bd2f56b66a1 /textproc/xerces-c | |
parent | 2d34b77f360e486ef822411699af74be1355c481 (diff) |
Notes
Diffstat (limited to 'textproc/xerces-c')
-rw-r--r-- | textproc/xerces-c/Makefile | 4 |
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 |