diff options
author | kwm <kwm@FreeBSD.org> | 2013-05-13 23:36:50 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-05-13 23:36:50 +0800 |
commit | 3bd2bec34d276a71ccbb770eef165bfc4cb90fb8 (patch) | |
tree | 987c10e6c012001341244e122f790494742465b1 /textproc | |
parent | 19add14278f1db2c4ef681145afebfa8b0b07ff3 (diff) | |
download | freebsd-ports-gnome-3bd2bec34d276a71ccbb770eef165bfc4cb90fb8.tar.gz freebsd-ports-gnome-3bd2bec34d276a71ccbb770eef165bfc4cb90fb8.tar.zst freebsd-ports-gnome-3bd2bec34d276a71ccbb770eef165bfc4cb90fb8.zip |
Put faster site first [1], while here add http mirror.
PR: ports/178523 [1]
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index f6ad13a22173..4cefc1b5672a 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -5,8 +5,9 @@ PORTNAME= libxslt PORTVERSION= 1.1.28 PORTREVISION?= 1 CATEGORIES?= textproc gnome -MASTER_SITES= ftp://gd.tuwien.ac.at/pub/libxml/ \ - ftp://xmlsoft.org/libxml2/ +MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ + http://xmlsoft.org/sources/ \ + ftp://gd.tuwien.ac.at/pub/libxml/ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org |