Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2014 18:29:23 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358157 - head/Keywords
Message-ID:  <201406171829.s5HITN7T024610@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406171829.s5HITN7T024610>