diff options
Diffstat (limited to 'games/quake3-osp/Makefile')
-rw-r--r-- | games/quake3-osp/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/games/quake3-osp/Makefile b/games/quake3-osp/Makefile index bf0e2de462ea..41bc91cc99f8 100644 --- a/games/quake3-osp/Makefile +++ b/games/quake3-osp/Makefile @@ -6,9 +6,14 @@ # PORTNAME= osp -PORTVERSION= 0.99w -MASTER_SITES= http://www.orangesmoothie.org/downloads/beta/ -DISTNAME= ${PORTNAME}-quake3-${PORTVERSION} +PORTVERSION= 1.0 +MASTER_SITES= http://mollusk.speakeasy.net/osp/ \ + ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/q3/mod/osp/ \ + http://ftp.gigabell.net/pub/exp/q3/mod/osp/ \ + http://aoh-www.hhhr.ision.net/files/osp/ \ + ftp://www.fragland.net/quake3/mods/ \ + http://www.fleckz.com/files/ +DISTNAME= ${PORTNAME}-q3-FULL Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 |