mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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
This commit is contained in:
parent
171096acc4
commit
1070695035
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44166
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user