diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-23 19:50:42 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-23 19:50:42 +0000 |
commit | 69b74a5f9524f82025ca8994c574a04015912aab (patch) | |
tree | a078e5ec225ac769d5e0d23dbd569a4d44e9b639 /devel/sourcenav | |
parent | c8e3326f0fd18e7c3b00515b6b590337dfbc8a17 (diff) | |
download | FreeBSD-ports-69b74a5f9524f82025ca8994c574a04015912aab.zip FreeBSD-ports-69b74a5f9524f82025ca8994c574a04015912aab.tar.gz |
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR: 30497
Submitted by: Dan Larsson
Approved by: will
Diffstat (limited to 'devel/sourcenav')
-rw-r--r-- | devel/sourcenav/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/sourcenav/Makefile b/devel/sourcenav/Makefile index 93d38e3..fe05269 100644 --- a/devel/sourcenav/Makefile +++ b/devel/sourcenav/Makefile @@ -8,8 +8,7 @@ PORTNAME= SN PORTVERSION= 4.5.2 CATEGORIES= devel -MASTER_SITES= ftp://ftp.freesoftware.com/pub/sourceware/%SUBDIR% \ - ftp://ftp.unina.it/pub/Unix/cygnus/%SUBDIR% \ +MASTER_SITES= ftp://ftp.unina.it/pub/Unix/cygnus/%SUBDIR% \ ftp://unix.hensa.ac.uk/mirrors/sourceware.cygnus.com/pub/%SUBDIR% \ ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/%SUBDIR% \ ftp://gd.tuwien.ac.at/gnu/sourceware/%SUBDIR% \ |