aboutsummaryrefslogtreecommitdiffstats
path: root/games/hlserver-glbwar
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2005-06-21 12:31:45 +0800
committerpat <pat@FreeBSD.org>2005-06-21 12:31:45 +0800
commit2348c0585ad9e53ab211157b2c8a5e58d4acc575 (patch)
tree61496f9c7023c91af472bc483cba61612d31d7df /games/hlserver-glbwar
parent81f92a7a349bdffb909fbfbc9977a9dba257c358 (diff)
downloadfreebsd-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-glbwar')
-rw-r--r--games/hlserver-glbwar/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/hlserver-glbwar/Makefile b/games/hlserver-glbwar/Makefile
index b17b00ef6d8c..cbcf8ccdd246 100644
--- a/games/hlserver-glbwar/Makefile
+++ b/games/hlserver-glbwar/Makefile
@@ -7,6 +7,7 @@
PORTNAME= glbwar
PORTVERSION= 1.0.0b.1.2
+PORTREVISION= 1
MASTER_SITES= ftp://ftp2.extreme-players.de/hl/mod/gw/ \
ftp://ftp.clanserver4u.de/exp/hl/mod/gw/
DISTNAME= globalwarfare_beta1.2.linux
@@ -16,6 +17,6 @@ COMMENT= Half-Life mod Global Warfare full server package for Linux
WRKSRC= ${WRKDIR}/globalwarfare
-HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
+HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf
-.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
+.include "${HALFLIFE_PORT_MASTER}/Makefile"