diff options
author | krion <krion@FreeBSD.org> | 2004-03-01 19:37:13 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-01 19:37:13 +0800 |
commit | 8f9cda0081aac386ebd4e27531b49c5e18ee6922 (patch) | |
tree | 868af5691454f89e729649a06b0d88bd266a4789 /math/ss | |
parent | 46ec78c51d6eb711d9757700f9c19381c1c917c2 (diff) | |
download | freebsd-ports-gnome-8f9cda0081aac386ebd4e27531b49c5e18ee6922.tar.gz freebsd-ports-gnome-8f9cda0081aac386ebd4e27531b49c5e18ee6922.tar.zst freebsd-ports-gnome-8f9cda0081aac386ebd4e27531b49c5e18ee6922.zip |
- Fix MASTER_SITES
Diffstat (limited to 'math/ss')
-rw-r--r-- | math/ss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ss/Makefile b/math/ss/Makefile index ffa07483859f..a532a4501132 100644 --- a/math/ss/Makefile +++ b/math/ss/Makefile @@ -8,8 +8,8 @@ PORTNAME= ss PORTVERSION= 1.3.3 CATEGORIES= math -MASTER_SITES= http://www.irus.rri.on.ca/~amulder/ss/ \ - ftp://ftp.u-aizu.ac.jp/pub/misc/tools/spreadsheet/ualberta/ +MASTER_SITES= http://www.netsw.org/office/ \ + http://ftp.de.cw.net/pub/netsw/office/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org |