diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-22 19:02:02 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-22 19:02:02 +0800 |
commit | 0d5bec4b01d4ea31b546a0db4ab8ddd391f2856b (patch) | |
tree | 7247e9945ff4b86d5580d148ec315cda9f5efb18 | |
parent | 9b135cbc62aac81619c80a4cf1845231e262f1a4 (diff) | |
download | freebsd-ports-gnome-0d5bec4b01d4ea31b546a0db4ab8ddd391f2856b.tar.gz freebsd-ports-gnome-0d5bec4b01d4ea31b546a0db4ab8ddd391f2856b.tar.zst freebsd-ports-gnome-0d5bec4b01d4ea31b546a0db4ab8ddd391f2856b.zip |
fix MASTER_SITES
-rw-r--r-- | games/xnibbles/Makefile | 2 | ||||
-rw-r--r-- | net/freewais-sf/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile index c8b0abc7d879..a7c1949de633 100644 --- a/games/xnibbles/Makefile +++ b/games/xnibbles/Makefile @@ -8,7 +8,7 @@ PORTNAME= xnibbles PORTVERSION= 1.0.b3 CATEGORIES= games -MASTER_SITES= http://www.tjhsst.edu/xnibbles/ +MASTER_SITES= http://tinton.braschka.org/Files/pub/games/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/BETA/} MAINTAINER= ports@FreeBSD.org diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index a3c4e9348968..0139c4059f7a 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -9,7 +9,9 @@ PORTNAME= freewais-sf PORTVERSION= 2.2.14 PORTREVISION= 1 CATEGORIES= net databases -MASTER_SITES= ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/freeWAIS-sf/ +MASTER_SITES= ftp://ftp.ntua.gr/pub/net/freewais/ \ + http://fresh.t-systems-sfr.com/unix/src/www/ \ + http://ftp.ntua.gr/pub/net/freewais/ DISTNAME= freeWAIS-sf-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |