diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-29 13:57:52 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-29 13:57:52 +0800 |
commit | 995a4365ac544a802cf316566ed2551376b589bc (patch) | |
tree | 1e064a45f7b684e2203ef3e52277078d85ff6261 /games | |
parent | 512266b6929477f9a19c0a7c3be6f116be9496ab (diff) | |
download | freebsd-ports-gnome-995a4365ac544a802cf316566ed2551376b589bc.tar.gz freebsd-ports-gnome-995a4365ac544a802cf316566ed2551376b589bc.tar.zst freebsd-ports-gnome-995a4365ac544a802cf316566ed2551376b589bc.zip |
fix breakage with slave ports caused by last rev
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} |