diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-05 22:38:23 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-05 22:38:23 +0000 |
commit | 758e88d895b60f88f0cded8749fdc169067802b8 (patch) | |
tree | 75ac6b2611afc4162d58159e66a7dc315929adbf | |
parent | Make fetchable (diff) |
Fix cut'n'paste in previous commit
Notify from: Dan Langille <dan@langille.org> via FreshPorts
Notes
Notes:
svn path=/head/; revision=84248
-rw-r--r-- | games/utserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/utserver/Makefile b/games/utserver/Makefile index dbc6d38601d6..e96ce900fd77 100644 --- a/games/utserver/Makefile +++ b/games/utserver/Makefile @@ -9,7 +9,7 @@ PORTNAME= utserver PORTVERSION= 436 PORTREVISION= 3 CATEGORIES= games linux -MASTER_SITES= http://public.planetmirror.com/pub/lokigames/installers/ut/ \ +MASTER_SITES= http://public.planetmirror.com/pub/lokigames/installers/ut/ \ http://fileserver.talkware.net/ut/ DISTNAME= ut-server-${PORTVERSION} |