diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-24 03:50:42 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-24 03:50:42 +0800 |
commit | 69b74a5f9524f82025ca8994c574a04015912aab (patch) | |
tree | a078e5ec225ac769d5e0d23dbd569a4d44e9b639 /math | |
parent | c8e3326f0fd18e7c3b00515b6b590337dfbc8a17 (diff) | |
download | freebsd-ports-gnome-69b74a5f9524f82025ca8994c574a04015912aab.tar.gz freebsd-ports-gnome-69b74a5f9524f82025ca8994c574a04015912aab.tar.zst freebsd-ports-gnome-69b74a5f9524f82025ca8994c574a04015912aab.zip |
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 'math')
-rw-r--r-- | math/spin/Makefile | 3 | ||||
-rw-r--r-- | math/ss/Makefile | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/math/spin/Makefile b/math/spin/Makefile index 0189a7f4be47..2e12aae523e9 100644 --- a/math/spin/Makefile +++ b/math/spin/Makefile @@ -9,8 +9,7 @@ PORTNAME= spin PORTVERSION= 3.4.8 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ - ftp://www.netlib.org/spin/ \ - ftp://ftp.freesoftware.com/pub/netlib/spin/ + ftp://www.netlib.org/spin/ DISTFILES= spin348.tar.gz html.tar.gz MAINTAINER= jhanna@home.com diff --git a/math/ss/Makefile b/math/ss/Makefile index c5306a7fe600..c5c098cdd8ff 100644 --- a/math/ss/Makefile +++ b/math/ss/Makefile @@ -9,7 +9,6 @@ PORTNAME= ss PORTVERSION= 1.3.3 CATEGORIES= math MASTER_SITES= http://www.irus.rri.on.ca/~amulder/ss/ \ - ftp://ftp.freesoftware.com/pub/unixfreeware/math/ \ ftp://ftp.u-aizu.ac.jp/pub/misc/tools/spreadsheet/ualberta/ DISTNAME= ${PORTNAME}_${PORTVERSION} |