diff options
author | pav <pav@FreeBSD.org> | 2003-12-11 04:31:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-11 04:31:24 +0800 |
commit | 1ab6db4c1f912d7042fdbe2f3b365e6b8f4f8f81 (patch) | |
tree | c25dc0f7a2754a135e6b7f6fc849e22cd7686618 /lang/cmucl | |
parent | 508415b646dae8df56ed42b5a6747f975c90e056 (diff) | |
download | freebsd-ports-gnome-1ab6db4c1f912d7042fdbe2f3b365e6b8f4f8f81.tar.gz freebsd-ports-gnome-1ab6db4c1f912d7042fdbe2f3b365e6b8f4f8f81.tar.zst freebsd-ports-gnome-1ab6db4c1f912d7042fdbe2f3b365e6b8f4f8f81.zip |
- Update list of download locations with working entries.
PR: ports/60102 (based on)
Submitted by: parv <parv@pair.com>
Diffstat (limited to 'lang/cmucl')
-rw-r--r-- | lang/cmucl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index 026338e50bf0..6b97ef7bd675 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -9,9 +9,10 @@ PORTNAME= cmucl PORTVERSION= 18e CATEGORIES= lang -MASTER_SITES= http://www2.cons.org/freebsd-distfiles/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= cracauer +MASTER_SITES= http://www.pmsf.de/pub/cmucl/release/18e/ \ + ftp://ftp.averillpark.net/cmucl/release/18e/ \ + ftp://ftp.linux.org.uk/pub/lisp/cmucl/release/18e/ \ + ftp://ftp.cn.freebsd.org/pub/cmucl/release/18e/ DISTNAME= cmucl-18e-x86-freebsd MAINTAINER= cracauer@cons.org |