diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-13 23:04:03 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-13 23:04:03 +0800 |
commit | 4449a54d1b374e9690af1b7469a8d9390f4c1282 (patch) | |
tree | c5924e2e870d1a113c9edf79bbf8a58e61c9ce20 /textproc | |
parent | 6846e10378357f76751200c3092e181032b6a09c (diff) | |
download | freebsd-ports-gnome-4449a54d1b374e9690af1b7469a8d9390f4c1282.tar.gz freebsd-ports-gnome-4449a54d1b374e9690af1b7469a8d9390f4c1282.tar.zst freebsd-ports-gnome-4449a54d1b374e9690af1b7469a8d9390f4c1282.zip |
Use MASTER_SITE_APACHE*.
PR: 47984
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/cocoon/Makefile | 8 | ||||
-rw-r--r-- | textproc/xerces-c/Makefile | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/cocoon/Makefile b/textproc/cocoon/Makefile index 9ab5c09927e4..5e02e84562c2 100644 --- a/textproc/cocoon/Makefile +++ b/textproc/cocoon/Makefile @@ -9,10 +9,10 @@ PORTNAME= cocoon PORTVERSION= 1.8.2 PORTREVISION= 3 CATEGORIES= textproc www java -MASTER_SITES= http://xml.apache.org/cocoon/dist/cocoon1/ \ - http://www.metaverse.nl/~ernst/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= znerd +MASTER_SITES= ${MASTER_SITE_APACHE_XML} \ + http://www.metaverse.nl/~ernst/ +MASTER_SITE_SUBDIR= cocoon/cocoon1 + DISTNAME= Cocoon-${PORTVERSION} MAINTAINER= ports@FreeBSD.org 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 |