diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-24 08:38:04 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-24 08:38:04 +0000 |
commit | 95e529e6b911296c6656ffbe7da3e52d32714df7 (patch) | |
tree | 3caca252a994afc55ec9af60d43c730c6cc110e8 /lang/dylan/Makefile | |
parent | 05cd6224990b29718f2c720ad0332db8ae4ade0b (diff) | |
download | FreeBSD-ports-95e529e6b911296c6656ffbe7da3e52d32714df7.zip FreeBSD-ports-95e529e6b911296c6656ffbe7da3e52d32714df7.tar.gz |
Add a fallback http path to the main site to fix fetch. (The FTP site
is still available, but may have been reorganized; however, it does not
allow directory listings). Informed maintainer.
Diffstat (limited to 'lang/dylan/Makefile')
-rw-r--r-- | lang/dylan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile index 33cf7e6..0803f18 100644 --- a/lang/dylan/Makefile +++ b/lang/dylan/Makefile @@ -8,7 +8,8 @@ PORTNAME= dylan PORTVERSION= 2.3.11 CATEGORIES= lang -MASTER_SITES= ftp://ftp.gwydiondylan.org/pub/gd/src/ \ +MASTER_SITES= http://ftp.gwydiondylan.org/downloads/src/tar/ \ + ftp://ftp.gwydiondylan.org/pub/gd/src/ \ ftp://ftp.gwydiondylan.org/pub/gd/FreeBSD/ \ ftp://folk.federated.com/pub/gd/src/ \ ftp://folk.federated.com/pub/gd/FreeBSD/ \ |