diff options
author | pat <pat@FreeBSD.org> | 2005-06-21 04:31:45 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2005-06-21 04:31:45 +0000 |
commit | 2348c0585ad9e53ab211157b2c8a5e58d4acc575 (patch) | |
tree | 61496f9c7023c91af472bc483cba61612d31d7df /games/hlserver-heroes | |
parent | 81f92a7a349bdffb909fbfbc9977a9dba257c358 (diff) | |
download | FreeBSD-ports-2348c0585ad9e53ab211157b2c8a5e58d4acc575.zip FreeBSD-ports-2348c0585ad9e53ab211157b2c8a5e58d4acc575.tar.gz |
- 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)
Diffstat (limited to 'games/hlserver-heroes')
-rw-r--r-- | games/hlserver-heroes/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/hlserver-heroes/Makefile b/games/hlserver-heroes/Makefile index 73d7195..bc6b5ac 100644 --- a/games/hlserver-heroes/Makefile +++ b/games/hlserver-heroes/Makefile @@ -7,6 +7,7 @@ PORTNAME= heroes PORTVERSION= 1.1.b +PORTREVISION= 1 MASTER_SITES= http://ocuspocus.free.fr/hlheroes/download/ \ http://jolletx.free.fr/ DISTNAME= hlh11b @@ -19,6 +20,6 @@ EXTRACT_BEFORE_ARGS= -o -qq WRKSRC= ${WRKDIR}/Heroes -HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs +HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf -.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" +.include "${HALFLIFE_PORT_MASTER}/Makefile" |