diff options
author | Jim Mock <jim@FreeBSD.org> | 2002-01-14 07:59:08 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2002-01-14 07:59:08 +0000 |
commit | 3228eafe99ab224b0ab004b3dc74e52a45a77814 (patch) | |
tree | f3b0158654c823b519b0959e4696dcda32696ed0 | |
parent | Add mirrors to MASTER_SITES. (diff) |
Add mirrors to MASTER_SITES.
PR: 33868
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=53041
-rw-r--r-- | sysutils/blimitd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/blimitd/Makefile b/sysutils/blimitd/Makefile index 6bde76cc6671..ed797533cd70 100644 --- a/sysutils/blimitd/Makefile +++ b/sysutils/blimitd/Makefile @@ -8,7 +8,9 @@ PORTNAME= blimitd PORTVERSION= 0.1 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/blimitd/ +MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/blimitd/ \ + ftp://ftp.megamirror.com/pub/ugh/blimitd/ \ + http://ftp.megamirror.com/pub/ugh/blimitd/ MAINTAINER= andrew@ugh.net.au |