diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-29 05:57:52 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-29 05:57:52 +0000 |
commit | d520d0d95d1e51ba47c986b532ac7ff2b3192985 (patch) | |
tree | fd250078fd55b5b2aeedcd8f6f82dcee005e3fad | |
parent | c5daf64bcb67f37838c6a965751d5225eb9ddffe (diff) | |
download | ports-d520d0d95d1e51ba47c986b532ac7ff2b3192985.tar.gz ports-d520d0d95d1e51ba47c986b532ac7ff2b3192985.zip |
Notes
-rw-r--r-- | games/hlserver-cs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index 587de2b82de8..a8409e3a55f6 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -50,7 +50,7 @@ PKGMESSAGE!= cd ${HALFLIFESERVER_PORT} && ${MAKE} -V PKGMESSAGE # 3.1.0.8 Beta A patch HALFLIFESERVER_PORT_WRKSRC!= cd ${HALFLIFESERVER_PORT} && ${MAKE} -V WRKSRC -.if !target(post-extract) +.if (${PORTNAME}==cs) && !target(post-extract) post-extract: .if exists(${HALFLIFESERVER_PORT_WRKSRC}/cstrike) ${CP} -Rp ${HALFLIFESERVER_PORT_WRKSRC}/cstrike ${WRKDIR} |