diff options
author | mi <mi@FreeBSD.org> | 2001-06-18 20:25:21 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-06-18 20:25:21 +0800 |
commit | 615a55c1f77566d71c94fff1dae8c5612ed9674e (patch) | |
tree | ca6f539e3e9737bd13fbe18f67c47d4f4857ed17 /ukrainian | |
parent | a0be95edc73f67dc886f8f656ffd9a8c2759cc69 (diff) | |
download | freebsd-ports-gnome-615a55c1f77566d71c94fff1dae8c5612ed9674e.tar.gz freebsd-ports-gnome-615a55c1f77566d71c94fff1dae8c5612ed9674e.tar.zst freebsd-ports-gnome-615a55c1f77566d71c94fff1dae8c5612ed9674e.zip |
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
Diffstat (limited to 'ukrainian')
-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 |