From owner-svn-ports-head@FreeBSD.ORG Thu Oct 30 15:30:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3C0F9B; Thu, 30 Oct 2014 15:30:34 +0000 (UTC) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.31.103]) (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 712689C1; Thu, 30 Oct 2014 15:30:34 +0000 (UTC) Received: from [80.67.16.121] (helo=webmailfront01.ispgateway.de) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84) (envelope-from ) id 1XjrNj-0002Wc-3S; Thu, 30 Oct 2014 16:11:23 +0100 Received: from his1.his.de (his1.his.de [192.124.237.237]) by webmail.df.eu (Horde Framework) with HTTP; Thu, 30 Oct 2014 16:11:22 +0100 Date: Thu, 30 Oct 2014 16:11:22 +0100 Message-ID: <20141030161122.Horde.3hUb6T-Lc0Ccezz5P53-tA3@webmail.df.eu> From: Marcus von Appen To: Mathieu Arnold Subject: Re: svn commit: r371751 - head/graphics/frei0r/files References: <201410301417.s9UEH5Q7052049@svn.freebsd.org> In-Reply-To: <201410301417.s9UEH5Q7052049@svn.freebsd.org> Reply-to: mva@freebsd.org User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc= Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Thu, 30 Oct 2014 15:30:34 -0000 Zitat von Mathieu Arnold : > Author: mat > Date: Thu Oct 30 14:17:05 2014 > New Revision: 371751 > URL: https://svnweb.freebsd.org/changeset/ports/371751 > QAT: https://qat.redports.org/buildarchive/r371751/ > > Log: > Fix building as a user. > > Sponsored by: Absolight > > Added: > head/graphics/frei0r/files/ > head/graphics/frei0r/files/patch-doc__Makefile.in (contents, > props changed) > > Added: head/graphics/frei0r/files/patch-doc__Makefile.in > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/graphics/frei0r/files/patch-doc__Makefile.in Thu Oct 30 > 14:17:05 2014 (r371751) > @@ -0,0 +1,27 @@ > +--- doc/Makefile.in.orig 2014-10-30 13:59:09 UTC > ++++ doc/Makefile.in > +@@ -211,7 +211,7 @@ > + top_builddir = @top_builddir@ > + top_srcdir = @top_srcdir@ > + htmldocs_DATA = html > +-htmldocsdir = ${prefix}/share/doc/${PACKAGE} > ++htmldocsdir = /usr/local/share/doc/frei0r ^^^^ /usr/local as hardcoded path? Is that correct for non-default DOCSDIR entries? Cheers Marcus