From owner-svn-ports-head@FreeBSD.ORG Fri Mar 20 19:06:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7C7ED4D; Fri, 20 Mar 2015 19:06:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D356EAEA; Fri, 20 Mar 2015 19:06:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2KJ6wuR000819; Fri, 20 Mar 2015 19:06:58 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2KJ6wPi000818; Fri, 20 Mar 2015 19:06:58 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201503201906.t2KJ6wPi000818@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 20 Mar 2015 19:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381770 - head/arabic/ae_fonts_ttf/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2015 19:06:59 -0000 Author: bapt Date: Fri Mar 20 19:06:57 2015 New Revision: 381770 URL: https://svnweb.freebsd.org/changeset/ports/381770 QAT: https://qat.redports.org/buildarchive/r381770/ Log: Fix pkg-message Modified: head/arabic/ae_fonts_ttf/files/pkg-message.in Modified: head/arabic/ae_fonts_ttf/files/pkg-message.in ============================================================================== --- head/arabic/ae_fonts_ttf/files/pkg-message.in Fri Mar 20 19:06:28 2015 (r381769) +++ head/arabic/ae_fonts_ttf/files/pkg-message.in Fri Mar 20 19:06:57 2015 (r381770) @@ -5,10 +5,5 @@ Add the following line to the "Files" section and restart XFree86. - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts1/AAHS" - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts1/AGA" - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts1/FS" - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts1/Kasr" - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts1/MCS" - FontPath "%%PREFIX%%/lib/X11/fonts/ae_fonts1/Shmookh" + FontPath "%%FONTSDIR%%" ------------------------------------------------------------------