diff options
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 \ |