diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-24 11:06:58 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-24 11:06:58 +0000 |
commit | 0a902ddc4686d491929c0d846b2391665b8c4dde (patch) | |
tree | 0d4b51e7c2e92fc808529dfe584b538aa8d1c781 /games | |
parent | dd3f1351af173fc3e84551a22ec354dd06ed608e (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/utserver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/utserver/Makefile b/games/utserver/Makefile index c6001db59a82..6071bf1170f0 100644 --- a/games/utserver/Makefile +++ b/games/utserver/Makefile @@ -9,8 +9,7 @@ PORTNAME= utserver PORTVERSION= 436 PORTREVISION= 5 CATEGORIES= games linux -MASTER_SITES= http://public.planetmirror.com/pub/lokigames/installers/ut/ \ - http://fileserver.talkware.net/ut/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ DISTNAME= ut-server-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -22,7 +21,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} ONLY_FOR_ARCHS= i386 USE_LINUX= yes USE_PERL5= yes -NO_CDROM= "Size; the data set is much too big" +NO_CDROM= Size; the data set is much too big NO_BUILD= yes WRKSRC= ${WRKDIR}/ut-server |