diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-21 17:32:34 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-21 17:32:34 +0000 |
commit | 587cf527f527bcb3289e24a0f41ca20e1f3838a0 (patch) | |
tree | 8b7bbbbc164905ee655268ae3bcd72e10318961a /games/quakeserver | |
parent | 44ee3447a88a614f344a38794066b9c48d9f4015 (diff) | |
download | ports-587cf527f527bcb3289e24a0f41ca20e1f3838a0.tar.gz ports-587cf527f527bcb3289e24a0f41ca20e1f3838a0.zip |
Notes
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 |