diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2006-09-19 09:49:03 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2006-09-19 09:49:03 +0000 |
commit | 2b75c225cd92b3b8ddf48ad840c3f55d5d60eb10 (patch) | |
tree | 23c8b90346a57e663989b8a779bd298a8f36dd31 /editors/xvile | |
parent | d0bff6148c0cbeaa24296e509ea255b3ffc280a7 (diff) | |
download | ports-2b75c225cd92b3b8ddf48ad840c3f55d5d60eb10.tar.gz ports-2b75c225cd92b3b8ddf48ad840c3f55d5d60eb10.zip |
Notes
Diffstat (limited to 'editors/xvile')
-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 |