aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-06-17 18:29:22 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-06-17 18:29:22 +0000
commite6f3e7cf4e211843b81a9f1d08a047e8274959e3 (patch)
tree91a5b7a0c48c204d19307f0e54d7b021086759ad /Keywords
parent34f37ef0a4d13a9f64353109a2e078dfde1f62be (diff)
downloadports-e6f3e7cf4e211843b81a9f1d08a047e8274959e3.tar.gz
ports-e6f3e7cf4e211843b81a9f1d08a047e8274959e3.zip
Add missing font_dir initialization for @fontsdir
With hat: portmgr
Notes
Notes: svn path=/head/; revision=358157
Diffstat (limited to 'Keywords')
-rw-r--r--Keywords/pkg_install.awk1
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"