diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-18 02:29:22 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-18 02:29:22 +0800 |
commit | 540a253aba8f98975d69ef54a5de1cf8741fe89b (patch) | |
tree | 91a5b7a0c48c204d19307f0e54d7b021086759ad /Keywords | |
parent | 9f911efdb7e72f4e88f4d482df4c2b2514246737 (diff) | |
download | freebsd-ports-gnome-540a253aba8f98975d69ef54a5de1cf8741fe89b.tar.gz freebsd-ports-gnome-540a253aba8f98975d69ef54a5de1cf8741fe89b.tar.zst freebsd-ports-gnome-540a253aba8f98975d69ef54a5de1cf8741fe89b.zip |
Add missing font_dir initialization for @fontsdir
With hat: portmgr
Diffstat (limited to 'Keywords')
-rw-r--r-- | Keywords/pkg_install.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Keywords/pkg_install.awk b/Keywords/pkg_install.awk index 0ade65f02668..7f3d5903f358 100644 --- a/Keywords/pkg_install.awk +++ b/Keywords/pkg_install.awk @@ -71,6 +71,7 @@ $1 == "@fcfontsdir" { } $1 == "@fontsdir" { + font_dir=$2 print "@comment begin " $0 print "@exec mkfontscale %D/" font_dir " 2>/dev/null || true" print "@exec mkfontdir %D/" font_dir " 2>/dev/null || true" |