diff options
author | tron <tron@pkgsrc.org> | 2009-03-23 18:30:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-03-23 18:30:44 +0000 |
commit | 9b79d68aa689e05e531a12c19aaad1df45e90f92 (patch) | |
tree | 2cc2bbbe0b3fb62f3efd537323ed27e973def428 /lang/erlang | |
parent | 7321123f8c66ee9a1273c75a365022e3934f3c71 (diff) | |
download | pkgsrc-9b79d68aa689e05e531a12c19aaad1df45e90f92.tar.gz |
Add the mirror at the Stockholm University, Sweden as the first master
site because the primary master site is painfully slow.
Diffstat (limited to 'lang/erlang')
-rw-r--r-- | lang/erlang/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 8e42299d9b7..099028908c1 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.40 2009/02/07 21:45:43 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2009/03/23 18:30:44 tron Exp $ DISTNAME= otp_src_${DIST_VERSION_MAJOR}-${DIST_VERSION_MINOR} PKGNAME= erlang-${ERLANG_VERSION} PKGREVISION= 3 CATEGORIES= lang -MASTER_SITES= http://www.erlang.org/download/ +MASTER_SITES= http://erlang.mirror.su.se/download/ \ + http://www.erlang.org/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.erlang.org/ |