diff options
author | gj <gj@FreeBSD.org> | 2006-09-19 17:49:03 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2006-09-19 17:49:03 +0800 |
commit | 5760f565a8d86caf8d0e62653f0ce66de5ae586f (patch) | |
tree | 2277f250891a6b33bc96972464ba88d8bbc19946 | |
parent | 93222195dc58bad1327d2a12691b8f1f9f5d5c18 (diff) | |
download | freebsd-ports-gnome-5760f565a8d86caf8d0e62653f0ce66de5ae586f.tar.gz freebsd-ports-gnome-5760f565a8d86caf8d0e62653f0ce66de5ae586f.tar.zst freebsd-ports-gnome-5760f565a8d86caf8d0e62653f0ce66de5ae586f.zip |
At the moment ftp.phred.org seems to be having problems, so make it the last
entry in the list of mastersites.
-rw-r--r-- | editors/xvile/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 8a58c977a101..7c2a3ccde1ac 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -8,9 +8,9 @@ PORTNAME= xvile PORTVERSION= 9.5j CATEGORIES= editors -MASTER_SITES= ftp://ftp.phred.org/pub/vile/ \ - ftp://invisible-island.net/vile/ \ - ftp://dickey.his.com/vile/ +MASTER_SITES= ftp://invisible-island.net/vile/ \ + ftp://dickey.his.com/vile/ \ + ftp://ftp.phred.org/pub/vile/ DISTNAME= vile-9.5 EXTRACT_SUFX= .tgz |