diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-11-22 00:53:40 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-11-22 00:53:40 +0000 |
commit | f472301acd8964b221cf6cfbece5f9e982d1d413 (patch) | |
tree | 9a15311e096c1c08ef7c69300b287106e4b87e3c /games | |
parent | Update to 2.4.7 (diff) |
Allow for slave ports to set different categories.
Approved by: lioux
Notes
Notes:
svn path=/head/; revision=50352
Diffstat (limited to '')
-rw-r--r-- | games/hlserver-cs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index a1484fd7ed9b..7f94b4a4500f 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -7,7 +7,7 @@ PORTNAME?= cs PORTVERSION?= 1.3 -CATEGORIES= games linux +CATEGORIES?= games linux MASTER_SITES?= http://games.velocity.net/files/Counter-Strike/ \ ftp://extreme-players.de/pub/hl/mod/cs/ \ http://fileplanet.games-world.net/dl/ftp1.gamespy.com/action/half-life/modifications/cstrike/ \ |