diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-08-26 01:29:05 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-08-26 01:29:05 +0000 |
commit | 9ac9016e7b7e757a35240fa31ec5af15c5d5bc24 (patch) | |
tree | 980d319f1dca0453b45190786f418e220323a85c /games/hlserver-ts/Makefile | |
parent | install the manpage which points to the documentation on the Homepage. (diff) |
Update to 2.0
Notes
Notes:
svn path=/head/; revision=87705
Diffstat (limited to 'games/hlserver-ts/Makefile')
-rw-r--r-- | games/hlserver-ts/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/hlserver-ts/Makefile b/games/hlserver-ts/Makefile index 66051fc7e52a..46a7ed543798 100644 --- a/games/hlserver-ts/Makefile +++ b/games/hlserver-ts/Makefile @@ -6,17 +6,15 @@ # PORTNAME= ts -PORTVERSION= 1.5 -MASTER_SITES= http://www.daspace.de/files/ -DISTNAME= TS-${PORTVERSION}-linux +PORTVERSION= 2.0 +MASTER_SITES= http://dl1.giga.de/mods/half_life/the_specialists/ +DISTNAME= ts${PORTVERSION}-linux_server MAINTAINER= lioux@FreeBSD.org COMMENT= Half-Life mod The Specialists full server package for Linux -_DONT_INCLUDE_MK_=yes +USE_BZIP2= yes HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs .include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" - -.include <bsd.port.mk> |