diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-04-10 15:33:52 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-04-10 15:33:52 +0000 |
commit | f8a8e4333e6a04f3d1420ec280b2cd7797db1591 (patch) | |
tree | f0d3cf89a36b0909183979439547aeae68380d2e /games/halflifeserver | |
parent | 5a10947307bcbb7732b8b678040e167eaab071b0 (diff) | |
download | ports-f8a8e4333e6a04f3d1420ec280b2cd7797db1591.tar.gz ports-f8a8e4333e6a04f3d1420ec280b2cd7797db1591.zip |
Notes
Diffstat (limited to 'games/halflifeserver')
-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 |