diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-22 01:32:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-22 01:32:34 +0800 |
commit | 66935305998516012979b6eec20c1ed67ce0eabf (patch) | |
tree | a7556a94945bd279ee1c09f9e3c5af031edc8117 /games/quakeserver | |
parent | 496b01d999b697311ff535fd7568914c291ab60e (diff) | |
download | freebsd-ports-gnome-66935305998516012979b6eec20c1ed67ce0eabf.tar.gz freebsd-ports-gnome-66935305998516012979b6eec20c1ed67ce0eabf.tar.zst freebsd-ports-gnome-66935305998516012979b6eec20c1ed67ce0eabf.zip |
remove master site which is no longer exist
Submitted by: maintainer
Diffstat (limited to 'games/quakeserver')
-rw-r--r-- | games/quakeserver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile index e979d73ec093..a1dc31321c42 100644 --- a/games/quakeserver/Makefile +++ b/games/quakeserver/Makefile @@ -8,9 +8,8 @@ PORTNAME= quakeserver PORTVERSION= 1.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/old/ \ - ftp://ftp.idsoftware.com/idstuff/quake/ \ - ftp://ftp.sunet.se/pub/pc/games/idgames2/planetquake/threewave/unix/ +MASTER_SITES= ftp://ftp.sunet.se/pub/pc/games/idgames2/planetquake/threewave/unix/ \ + ftp://ftp.idsoftware.com/idstuff/quake/ DISTFILES= unixded-${PORTVERSION}-i386-unknown-bsdi3.0.tar.gz \ quake106.zip |