From f8a8e4333e6a04f3d1420ec280b2cd7797db1591 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Tue, 10 Apr 2001 15:33:52 +0000 Subject: - Remove ^M from yet more files - Silence harmless warning linked to the removal procedure Pointed out by: maintainer --- games/halflifeserver/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'games/halflifeserver') diff --git a/games/halflifeserver/Makefile b/games/halflifeserver/Makefile index 67a1aea61b8a..8c7cc5da8b78 100644 --- a/games/halflifeserver/Makefile +++ b/games/halflifeserver/Makefile @@ -44,8 +44,11 @@ HL_PROGRAM= hlds_run pre-patch: # remove trailing ^M -.for file in */*.cfg */*.lst *.txt */*.txt */*.htm */*.gam - @${PERL} -pi -ne 's!\r\n!\n!' ${WRKSRC}/${file} +.for file in +.for file in *.cfg */*.cfg *.gam */*.gam *.htm */*.htm \ + *.inf */*.inf *.lst */*.lst *.sc */*.sc \ + *.scr */*.scr *.txt */*.txt + @${PERL} -pi -ne 's!\r\n!\n!' ${WRKSRC}/${file} >/dev/null 2>/dev/null .endfor do-install: install-files scan-libs -- cgit v1.2.3