diff options
author | dsainty <dsainty@pkgsrc.org> | 2008-05-04 06:59:51 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2008-05-04 06:59:51 +0000 |
commit | ace8262701f4731e65550de22019340db636bdbe (patch) | |
tree | 24385409ea106093d32917ab8c24dbc709d95fb7 | |
parent | be3663405fcc1186d73cb00166463043baf03e07 (diff) | |
download | pkgsrc-ace8262701f4731e65550de22019340db636bdbe.tar.gz |
Add an HTTP download option to MASTER_SITES
-rw-r--r-- | textproc/libxml2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 6dc030df755..04939b9b828 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.92 2008/04/22 21:42:07 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2008/05/04 06:59:51 dsainty Exp $ DISTNAME= libxml2-2.6.32 CATEGORIES= textproc -MASTER_SITES= ftp://xmlsoft.org/libxml2/ +MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ + http://xmlsoft.org/sources/ #MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/} MAINTAINER= recht@NetBSD.org |