diff options
author | lioux <lioux@FreeBSD.org> | 2001-03-24 02:38:09 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-03-24 02:38:09 +0800 |
commit | 2158cdc2cf0cf20c099b5e14a559b3312e2cce9c (patch) | |
tree | 87ea1f04bc4a6b77b30864d60ebf2602fe62eae9 | |
parent | 0854eff357005dab6cd4b737611bde20f2d032c9 (diff) | |
download | freebsd-ports-gnome-2158cdc2cf0cf20c099b5e14a559b3312e2cce9c.tar.gz freebsd-ports-gnome-2158cdc2cf0cf20c099b5e14a559b3312e2cce9c.tar.zst freebsd-ports-gnome-2158cdc2cf0cf20c099b5e14a559b3312e2cce9c.zip |
Add a few MASTER_SITES
Approved by: MAINTAINER
-rw-r--r-- | games/halflifeserver/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile index 96cc36b16aca..acfaca4bb506 100644 --- a/games/halflifeserver/Makefile +++ b/games/halflifeserver/Makefile @@ -8,7 +8,13 @@ PORTNAME= HLDS PORTVERSION= 3.1.0.6 CATEGORIES= games linux -MASTER_SITES= http://204.213.190.22/downloads/ +MASTER_SITES= http://204.213.190.22/downloads/ \ + http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/official/ \ + http://www.jetstreamgames.co.nz/files/pub/gamespyftp1/fpnew/action/half-life/official/ \ + ftp://ftp.fasta.fh-dortmund.de/gdi/halflife/server/linux/ \ + ftp://fileplanet.ngi.it/fileplanet/fpnew/action/half-life/official/ \ + ftp://ftp.gmd.de/people/cla/hl/hl-newest/linux/ \ + ftp://ftp.icsmedia.de/pub/games/halflife/hl_server/ DISTNAME= hlds_l3106 EXTRACT_ONLY= |