diff options
-rw-r--r-- | editors/vim/Makefile | 1 | ||||
-rw-r--r-- | editors/vim5/Makefile | 1 | ||||
-rw-r--r-- | editors/vim6/Makefile | 1 | ||||
-rw-r--r-- | lang/gcc295/Makefile | 3 |
4 files changed, 1 insertions, 5 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index d43ed141969a..8a7cb6e173ed 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -12,7 +12,6 @@ PORTREVISION?= 0 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \ ftp://ftp.nuxi.com/pub/vim/unreleased/unix/ \ - ftp://ftp.freesoftware.com/pub/vim/unreleased/unix/ \ ftp://ftp.vim.org/pub/vim/unreleased/unix/ \ ftp://ftp.is.co.za/applications/editors/unreleased/vim/ \ ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unreleased/unix/ \ diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index fc752c664f80..2ed7430439c8 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -11,7 +11,6 @@ PORTVERSION= 5.8.8 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unix/ \ ftp://relay.nuxi.com/pub/vim/unreleased/unix/ \ - ftp://ftp.freesoftware.com/pub/vim/unix/ \ ftp://ftp.vim.org/pub/vim/unix/ \ ftp://ftp.vim.org/pub/vim/unreleased/unix/ \ ftp://ftp.is.co.za/applications/editors/vim/ \ diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index d43ed141969a..8a7cb6e173ed 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -12,7 +12,6 @@ PORTREVISION?= 0 CATEGORIES?= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/unreleased/unix/ \ ftp://ftp.nuxi.com/pub/vim/unreleased/unix/ \ - ftp://ftp.freesoftware.com/pub/vim/unreleased/unix/ \ ftp://ftp.vim.org/pub/vim/unreleased/unix/ \ ftp://ftp.is.co.za/applications/editors/unreleased/vim/ \ ftp://ftp.prz.tu-berlin.de/pub/unix/editors/vim/unreleased/unix/ \ diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile index 963c1fc9ca06..877427bbf61e 100644 --- a/lang/gcc295/Makefile +++ b/lang/gcc295/Makefile @@ -9,8 +9,7 @@ PORTNAME= gcc PORTVERSION= 2.95.3 CATEGORIES= lang java -MASTER_SITES= ftp://ftp.freesoftware.com/pub/sourceware/%SUBDIR%/ \ - ftp://egcs.cygnus.com/pub/egcs/releases/${PKGNAME}/ \ +MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/%SUBDIR%/ \ ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= gcc/releases/${PKGNAME} DISTFILES= gcc-core-${GCC_REV}${EXTRACT_SUFX} \ |