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-opfor | |
parent | af0561449103d2bf786c34130d5da982da9c81b3 (diff) | |
download | ports-b878bc5c2b28bf6e9083f3906dfdf310bb79ed9e.tar.gz ports-b878bc5c2b28bf6e9083f3906dfdf310bb79ed9e.zip |
Notes
Diffstat (limited to 'games/hlserver-opfor')
-rw-r--r-- | games/hlserver-opfor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/hlserver-opfor/Makefile b/games/hlserver-opfor/Makefile index 02ffa2a8d43a..fac7380e8cd1 100644 --- a/games/hlserver-opfor/Makefile +++ b/games/hlserver-opfor/Makefile @@ -7,6 +7,7 @@ PORTNAME= opfor PORTVERSION= 1.1.0.8 +PORTREVISION= 1 MASTER_SITES= http://downloads.planetmirror.com/pub/bluesnews/half-life/opfor/ DISTNAME= opfor${PORTVERSION:S/.//g} @@ -17,6 +18,6 @@ WRKSRC= ${WRKDIR}/gearbox USE_BZIP2= yes -HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs +HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf -.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" +.include "${HALFLIFE_PORT_MASTER}/Makefile" |