diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-11-28 03:52:44 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-11-28 03:52:44 +0000 |
commit | 81d26a90e918b8806597336ad5564a51a53e756e (patch) | |
tree | d1c380738384b89ee101bd3c8056a24ff7613c88 /games/hlserver-cs | |
parent | ca26912910ce3c8e1dd00ad5e0f40d8e3bf53dc3 (diff) |
Notes
Diffstat (limited to 'games/hlserver-cs')
-rw-r--r-- | games/hlserver-cs/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile index 7f94b4a4500f..2e9b5b2a1f85 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -63,6 +63,12 @@ post-extract: .endif .endif +.if !target(slaveport-post-extract) +slaveport-post-extract: +.endif + +post-extract: slaveport-post-extract + pre-patch: # remove trailing ^M @find -E ${WRKSRC} -type f \ |