diff options
-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 f27a3bf..bdb2e94 100644 --- a/games/hlserver-cs/Makefile +++ b/games/hlserver-cs/Makefile @@ -50,7 +50,7 @@ pre-patch: # remove trailing ^M .for file in *.cfg */*.cfg *.gam */*.gam *.htm */*.htm \ *.inf */*.inf *.lst */*.lst *.sc */*.sc \ - *.scr */*.scr *.txt */*.txt + *.scr */*.scr *.txt */*.txt *.TXT */*.TXT @${PERL} -pi -ne 's!\r\n!\n!' ${WRKSRC}/${file} >/dev/null 2>/dev/null .endfor |