diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-30 17:16:34 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-30 17:16:34 +0000 |
commit | 1a7e5884a568cc171bbd57120156a935c24037fe (patch) | |
tree | af2b6fe34eefdae987b41030208aa43ae24bd7ab /devel/libstatgrab | |
parent | c7c59e31c78e2cb222ebb95f60fdebb715e808d1 (diff) | |
download | ports-1a7e5884a568cc171bbd57120156a935c24037fe.tar.gz ports-1a7e5884a568cc171bbd57120156a935c24037fe.zip |
Notes
Diffstat (limited to 'devel/libstatgrab')
-rw-r--r-- | devel/libstatgrab/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index 4f911ade5f9b..d9cafcd58a69 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -8,7 +8,10 @@ PORTNAME= libstatgrab PORTVERSION= 0.5 CATEGORIES= devel -MASTER_SITES= http://snapshots.i-scream.org/%SUBDIR%/ +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%/ \ + ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ + http://www.i-scream.org/pub/i-scream/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= tim@bishnet.net |