svn commit: r358157 - head/Keywords
Antoine Brodin
antoine at FreeBSD.org
Tue Jun 17 18:29:23 UTC 2014
Author: antoine
Date: Tue Jun 17 18:29:22 2014
New Revision: 358157
URL: http://svnweb.freebsd.org/changeset/ports/358157
QAT: https://qat.redports.org/buildarchive/r358157/
Log:
Add missing font_dir initialization for @fontsdir
With hat: portmgr
Modified:
head/Keywords/pkg_install.awk
Modified: head/Keywords/pkg_install.awk
==============================================================================
--- head/Keywords/pkg_install.awk Tue Jun 17 18:25:17 2014 (r358156)
+++ head/Keywords/pkg_install.awk Tue Jun 17 18:29:22 2014 (r358157)
@@ -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"
More information about the svn-ports-all
mailing list