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 /devel | |
parent | 24ec2233a05659f6e4d242e66cd16f71fe10b8f7 (diff) | |
download | ports-d602d43d81f247ef2ed4f1f2b594451e05a79925.tar.gz ports-d602d43d81f247ef2ed4f1f2b594451e05a79925.zip |
Notes
Diffstat (limited to 'devel')
-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} |