diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-03 01:38:02 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-05-03 01:38:02 +0000 |
commit | 5af3baf282b5de61e611c43ffd9129f4044d3ad5 (patch) | |
tree | 58f53d0aeb2291e2762d80c8e6b407849f55b880 /games/hlserver-flf | |
parent | 64013a07feaacfba4092ce5dfa0a3343a1559d91 (diff) | |
download | ports-5af3baf282b5de61e611c43ffd9129f4044d3ad5.tar.gz ports-5af3baf282b5de61e611c43ffd9129f4044d3ad5.zip |
Following rev 1.8 of MASTER port hlserver-cs/Makefile, use a proper
WRKSRC
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=42188
Diffstat (limited to 'games/hlserver-flf')
-rw-r--r-- | games/hlserver-flf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/hlserver-flf/Makefile b/games/hlserver-flf/Makefile index 003a17279ec9..ff6c3fb88b6d 100644 --- a/games/hlserver-flf/Makefile +++ b/games/hlserver-flf/Makefile @@ -20,6 +20,8 @@ DISTFILES= frontline_linux_12a.zip \ USE_ZIP= yes +WRKSRC= ${WRKDIR}/frontline + HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs .include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" |