diff options
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/ |