diff options
author | Patrick Li <pat@FreeBSD.org> | 2005-06-21 04:31:45 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2005-06-21 04:31:45 +0000 |
commit | b878bc5c2b28bf6e9083f3906dfdf310bb79ed9e (patch) | |
tree | 2996975c7dca92ac4694f942b8d6310244eec25e /games/hlserver-glbwar/Makefile | |
parent | af0561449103d2bf786c34130d5da982da9c81b3 (diff) | |
download | ports-b878bc5c2b28bf6e9083f3906dfdf310bb79ed9e.tar.gz ports-b878bc5c2b28bf6e9083f3906dfdf310bb79ed9e.zip |
Notes
Diffstat (limited to 'games/hlserver-glbwar/Makefile')
-rw-r--r-- | games/hlserver-glbwar/Makefile | 5 |
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" |