diff options
author | pat <pat@FreeBSD.org> | 2005-06-21 12:31:45 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2005-06-21 12:31:45 +0800 |
commit | 2348c0585ad9e53ab211157b2c8a5e58d4acc575 (patch) | |
tree | 61496f9c7023c91af472bc483cba61612d31d7df /games/hlserver-tsc | |
parent | 81f92a7a349bdffb909fbfbc9977a9dba257c358 (diff) | |
download | freebsd-ports-gnome-2348c0585ad9e53ab211157b2c8a5e58d4acc575.tar.gz freebsd-ports-gnome-2348c0585ad9e53ab211157b2c8a5e58d4acc575.tar.zst freebsd-ports-gnome-2348c0585ad9e53ab211157b2c8a5e58d4acc575.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)
Diffstat (limited to 'games/hlserver-tsc')
-rw-r--r-- | games/hlserver-tsc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/hlserver-tsc/Makefile b/games/hlserver-tsc/Makefile index 9b17a6f2546b..cc6b9251bf7e 100644 --- a/games/hlserver-tsc/Makefile +++ b/games/hlserver-tsc/Makefile @@ -7,6 +7,7 @@ PORTNAME= tsc PORTVERSION= 0.2.5.3.b +PORTREVISION= 1 MASTER_SITES= http://tsc.austin2600.org/ \ http://www.mystwalker.de/cs/ DISTNAME= ${PORTNAME}${PORTVERSION:S/^0.//:S/.b$/beta/} @@ -24,6 +25,6 @@ slaveport-post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ ${PKGINSTALL} ${PKGNAME} POST-INSTALL -HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs +HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf -.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" +.include "${HALFLIFE_PORT_MASTER}/Makefile" |