diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-03 13:45:46 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-03 13:45:46 +0000 |
commit | f318f8308ab60caf16dfb3150018962c9c2b435d (patch) | |
tree | 4cec0fa59bf296dc0bf9e88312728530632d5858 /textproc | |
parent | 4df7b18989d0a37cc5c037fcfb405cbbf5331cd0 (diff) | |
download | pkgsrc-f318f8308ab60caf16dfb3150018962c9c2b435d.tar.gz |
Using MASTER_SITE_APACHE instead of hard-coded URL.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index 94403a78f39..4275ba4cb84 100644 --- a/textproc/p5-XML-Xerces/Makefile +++ b/textproc/p5-XML-Xerces/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:35 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/11/03 13:45:46 rillig Exp $ # DISTNAME= XML-Xerces-2.3.0-4 PKGNAME= p5-${DISTNAME:C/-([0-9]*)$/.\1/} PKGREVISION= 3 CATEGORIES= textproc perl5 -MASTER_SITES= http://www.apache.org/dist/xml/xerces-p/ +MASTER_SITES= ${MASTER_SITE_APACHE:=xml/xerces-p/} MAINTAINER= manu@NetBSD.org HOMEPAGE= http://xml.apache.org/xerces-p/ |