aboutsummaryrefslogtreecommitdiff
path: root/games/hlserver-vs
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2005-06-21 04:31:45 +0000
committerPatrick Li <pat@FreeBSD.org>2005-06-21 04:31:45 +0000
commitb878bc5c2b28bf6e9083f3906dfdf310bb79ed9e (patch)
tree2996975c7dca92ac4694f942b8d6310244eec25e /games/hlserver-vs
parentaf0561449103d2bf786c34130d5da982da9c81b3 (diff)
downloadports-b878bc5c2b28bf6e9083f3906dfdf310bb79ed9e.tar.gz
ports-b878bc5c2b28bf6e9083f3906dfdf310bb79ed9e.zip
- Update to steam enabled hlds
- Change master port over to hlserver-flf - (1) Installation directory went from: [/compat/linux/usr/games/hlds_l] to: [/usr/local/games/hlds_l] - Add if statements and message to prevent PORTREVISION bump of master ports affecting all slave ports Submitted by: netchild (1)
Notes
Notes: svn path=/head/; revision=137800
Diffstat (limited to 'games/hlserver-vs')
-rw-r--r--games/hlserver-vs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/hlserver-vs/Makefile b/games/hlserver-vs/Makefile
index c8efdb3093c1..869d05fff325 100644
--- a/games/hlserver-vs/Makefile
+++ b/games/hlserver-vs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vs
PORTVERSION= 5.0
+PORTREVISION= 1
MASTER_SITES= ftp://ftp.thaiguy.net/ \
http://gamefiles.blueyonder.co.uk/blueyondergames/halflife/modifications/vampireslayer/patches/linux/ \
ftp://ftp.daddeln.de/pub/daddeln.de/halflife/Mods/vampire/ \
@@ -19,6 +20,6 @@ COMMENT= Half-Life mod Vampire Slayer full server package for Linux
WRKSRC= ${WRKDIR}/VS
-HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
+HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf
-.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
+.include "${HALFLIFE_PORT_MASTER}/Makefile"