diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-22 13:39:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-22 13:39:43 +0000 |
commit | d602d43d81f247ef2ed4f1f2b594451e05a79925 (patch) | |
tree | 807074d7f63973677e186e4338c54e10cc5b8f48 | |
parent | Fix MASTER_SITES (diff) |
Fix MASTER_SITES
PR: ports/69433
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=114433
-rw-r--r-- | devel/libstatgrab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index 70acef889f00..726d166f7511 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -8,8 +8,8 @@ PORTNAME= libstatgrab PORTVERSION= 0.10 CATEGORIES= devel -MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ - http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://www.i-scream.org/pub/i-scream/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} |