diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-06-18 12:25:21 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-06-18 12:25:21 +0000 |
commit | 1070695035c99ceaeb1a27d95dd8f1eff487f21e (patch) | |
tree | 3ddfbb88dde41a602df84c4e7e21e3503d39b813 /ukrainian/monacofonts/files | |
parent | Update port to 4.48 (diff) |
Although Bento is happy, and so are my machines when building this port,
some users (of earlier FreeBSD) have reported build failures healed by
explicit backslashes (``\'' symbols) in the Makefile. If a make/awk guru
wants to take a look -- great...
Submitted by: Serge Redchuk
Notes
Notes:
svn path=/head/; revision=44166
Diffstat (limited to 'ukrainian/monacofonts/files')
-rw-r--r-- | ukrainian/monacofonts/files/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ukrainian/monacofonts/files/Makefile b/ukrainian/monacofonts/files/Makefile index ba696f942135..16da67eb007a 100644 --- a/ukrainian/monacofonts/files/Makefile +++ b/ukrainian/monacofonts/files/Makefile @@ -19,9 +19,9 @@ fonts.dir: ${PCFS} # that hardcode koi8-r in them, but omit koi8-u -- there will be another # alias: fonts.alias: fonts.dir - awk '/monaco/ { - name = $$2; gsub("isoir-111", "koi8-u", $$2); - print $$2 " " name; gsub("koi8-u", "koi8-r", $$2); + awk '/monaco/ { \ + name = $$2; gsub("isoir-111", "koi8-u", $$2); \ + print $$2 " " name; gsub("koi8-u", "koi8-r", $$2); \ print $$2 " " name}' < fonts.dir > fonts.alias DIR= ${X11BASE}/lib/X11/fonts/koi8u-monaco |