diff options
author | krion <krion@FreeBSD.org> | 2003-08-31 01:16:34 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-31 01:16:34 +0800 |
commit | b7d3ce927c840ef7d6a22c320bb8f47ea2229ae7 (patch) | |
tree | 7d61141ae924f0a7129b0713a3d158fabefb5b9f /devel/libstatgrab | |
parent | 21afdfdfbc1a2705ee00d037e0851dbaa4e3b130 (diff) | |
download | freebsd-ports-gnome-b7d3ce927c840ef7d6a22c320bb8f47ea2229ae7.tar.gz freebsd-ports-gnome-b7d3ce927c840ef7d6a22c320bb8f47ea2229ae7.tar.zst freebsd-ports-gnome-b7d3ce927c840ef7d6a22c320bb8f47ea2229ae7.zip |
- Add new MASTER_SITES
PR: 56200
Submitted by: maintainer
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 |