diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-27 17:30:01 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-27 17:30:01 +0000 |
commit | 375fca0e2b2b0f306b1f6c2e996860cdbf894294 (patch) | |
tree | f996936c1ab04ece8dc86fc91bb57966aca8b84b /lang/erlang | |
parent | Update to xsystem-3.5-19981227 (diff) |
Fix as BROKEN. Add MASTER_SITES
Diffstat (limited to 'lang/erlang')
-rw-r--r-- | lang/erlang/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 074365530a1f..3a669831c094 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -3,18 +3,17 @@ # Date created: 11 Dec 1998 # Whom: ruslan@shevchenko.kiev.ua # -# $Id: Makefile,v 1.1.1.1 1998/12/24 18:11:50 flathill Exp $ +# $Id: Makefile,v 1.2 1998/12/26 20:06:51 obrien Exp $ # DISTNAME= erlang-47.4.0.base PKGNAME= erlang-47.4.0 CATEGORIES= lang -MASTER_SITES= http://www.erlang.org/download/ +MASTER_SITES= http://www.erlang.org/download/ \ + http://www.freebsd.org/~flathill/distfiles/ MAINTAINER= ruslan@shevchenko.kiev.ua -BROKEN='single fetch site, which is currently behind a routing loop' - WRKSRC= ${WRKDIR}/erlang-47.4.0 USE_GMAKE= yes |