diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2014-10-22 17:59:00 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2014-10-22 17:59:00 +0000 |
commit | ff382967a797b099ea43ca27735333b0be9ce47a (patch) | |
tree | 3f42a18925f8da174a717712b38580ec5b64afa4 /devel/libstatgrab/Makefile | |
parent | aa06cfc38772dec7904463e1521396e726151725 (diff) |
Use ftp.mirrorservice.org instead of ftp.uk.i-scream.org.
% host ftp.uk.i-scream.org
ftp.uk.i-scream.org is an alias for ftp.mirrorservice.org.
Notes
Notes:
svn path=/head/; revision=371366
Diffstat (limited to 'devel/libstatgrab/Makefile')
-rw-r--r-- | devel/libstatgrab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index 560dec9af6c1..7a700fbb4be4 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -4,7 +4,7 @@ PORTNAME= libstatgrab PORTVERSION= 0.91 CATEGORIES= devel -MASTER_SITES= http://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/ \ +MASTER_SITES= http://ftp.mirrorservice.org/pub/i-scream/libstatgrab/ \ http://dl.ambiweb.de/mirrors/ftp.i-scream.org/libstatgrab/ \ http://ftp.i-scream.org/pub/i-scream/libstatgrab/ |