- Remove ^M from yet more files

- Silence harmless warning linked to the removal procedure

Pointed out by:	maintainer
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-04-10 15:33:52 +00:00
parent 5a10947307
commit f8a8e4333e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41205

View File

@ -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