From 615a55c1f77566d71c94fff1dae8c5612ed9674e Mon Sep 17 00:00:00 2001 From: mi Date: Mon, 18 Jun 2001 12:25:21 +0000 Subject: 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 --- ukrainian/monacofonts/files/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ukrainian/monacofonts/files/Makefile b/ukrainian/monacofonts/files/Makefile index ba696f9..16da67e 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 -- cgit v1.1