From b878bc5c2b28bf6e9083f3906dfdf310bb79ed9e Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Tue, 21 Jun 2005 04:31:45 +0000 Subject: - 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) --- games/hlserver-existence/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games/hlserver-existence') diff --git a/games/hlserver-existence/Makefile b/games/hlserver-existence/Makefile index 9abe11b7369b..78502e0906c9 100644 --- a/games/hlserver-existence/Makefile +++ b/games/hlserver-existence/Makefile @@ -7,12 +7,13 @@ PORTNAME= existence PORTVERSION= 0.1.4.0 +PORTREVISION= 1 MASTER_SITES= http://uml-pub.ists.dartmouth.edu/halflife/linux/ DISTNAME= x-beta1.4.linux MAINTAINER= lioux@FreeBSD.org COMMENT= Half-Life mod Existence (Matrix alike) full server package for Linux -HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs +HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf -.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" +.include "${HALFLIFE_PORT_MASTER}/Makefile" -- cgit v1.2.3