1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

. Fix MASTER_SITES and MASTER_SITE_SUBDIR.

PR:		58943
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
This commit is contained in:
Greg Lewis 2003-12-19 16:38:41 +00:00
parent 2d34b77f36
commit 8afe293ac5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96212

View File

@ -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