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-si | |
parent | 81f92a7a349bdffb909fbfbc9977a9dba257c358 (diff) | |
download | freebsd-ports-graphics-2348c0585ad9e53ab211157b2c8a5e58d4acc575.tar.gz freebsd-ports-graphics-2348c0585ad9e53ab211157b2c8a5e58d4acc575.tar.zst freebsd-ports-graphics-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-si')
-rw-r--r-- | games/hlserver-si/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/hlserver-si/Makefile b/games/hlserver-si/Makefile index 5dbe9b5d00b..612d04a991f 100644 --- a/games/hlserver-si/Makefile +++ b/games/hlserver-si/Makefile @@ -7,6 +7,7 @@ PORTNAME= si PORTVERSION= 0.97.0ra +PORTREVISION= 1 MASTER_SITES= ftp://ftp2.extreme-players.de/hl/mod/si/ \ ftp://ftp.clanserver4u.de/exp/hl/mod/si/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g:S/0r//}-linux @@ -16,8 +17,8 @@ COMMENT= Half-Life mod Science and Industry full server package for Linux _DONT_INCLUDE_MK_=yes -HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs +HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf -.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" +.include "${HALFLIFE_PORT_MASTER}/Makefile" .include <bsd.port.mk> |