diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-28 16:54:17 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-28 16:54:17 +0000 |
commit | cbf7ce2f8cce379de77afa6098e18964fa81be6b (patch) | |
tree | 2cd8f56bb38c3d37fc7f274bd2c47931d2decf25 /games/halflifeserver/Makefile | |
parent | e565d118b24ccabcd013a0753aabe64cb92d69dc (diff) |
Notes
Diffstat (limited to 'games/halflifeserver/Makefile')
-rw-r--r-- | games/halflifeserver/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile index 91561422a275..9d8735f84ac0 100644 --- a/games/halflifeserver/Makefile +++ b/games/halflifeserver/Makefile @@ -6,11 +6,15 @@ # PORTNAME= hlds -PORTVERSION= 3.1.0.8 +PORTVERSION= 3.1.0.8.0a CATEGORIES= games linux MASTER_SITES= ftp://files.ausgamers.com/half-life/linux/ \ - http://fileplanet.games-world.net/dl/ftp1.gamespy.com/action/half-life/official/ -DISTNAME= hlds_l_${PORTVERSION:S/.//g}_full + http://fileplanet.games-world.net/dl/ftp1.gamespy.com/action/half-life/official/ \ + ftp://ftp.houstonlive.net/CounterStrike/ \ + ftp://mirrors.cstrike.org/pub/mirrors/cstrike/ \ + http://www.redphive.org/files/ +DISTFILES= hlds_l_3108_full.tar.gz \ + hlds_l_3108a_up.tar.gz MAINTAINER= pat@databits.net |