diff options
author | lioux <lioux@FreeBSD.org> | 2001-04-10 23:33:52 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-04-10 23:33:52 +0800 |
commit | 6f7b85f361133a2ad229a32dd0745b314d1a6d38 (patch) | |
tree | d46699eedee5e751198d4c17cb38273c7faaffe2 /games | |
parent | 481ba3b40333de3f1d1760c979b861a57f9962de (diff) | |
download | freebsd-ports-gnome-6f7b85f361133a2ad229a32dd0745b314d1a6d38.tar.gz freebsd-ports-gnome-6f7b85f361133a2ad229a32dd0745b314d1a6d38.tar.zst freebsd-ports-gnome-6f7b85f361133a2ad229a32dd0745b314d1a6d38.zip |
- Remove ^M from yet more files
- Silence harmless warning linked to the removal procedure
Pointed out by: maintainer
Diffstat (limited to 'games')
-rw-r--r-- | games/halflifeserver/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 |