diff options
Diffstat (limited to 'games')
-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} |