From owner-svn-ports-head@FreeBSD.ORG Thu Oct 30 16:07:37 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 7FE5AB56; Thu, 30 Oct 2014 16:07:37 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3EFF5D97; Thu, 30 Oct 2014 16:07:37 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8A08BBDC1D; Thu, 30 Oct 2014 17:07:35 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 6B9EDBDC2E; Thu, 30 Oct 2014 17:07:35 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 21C296145; Thu, 30 Oct 2014 17:07:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 3BBF3773EC42; Thu, 30 Oct 2014 17:07:32 +0100 (CET) Date: Thu, 30 Oct 2014 17:07:31 +0100 From: Mathieu Arnold To: mva@freebsd.org Subject: Re: svn commit: r371751 - head/graphics/frei0r/files Message-ID: In-Reply-To: <20141030161122.Horde.3hUb6T-Lc0Ccezz5P53-tA3@webmail.df.eu> References: <201410301417.s9UEH5Q7052049@svn.freebsd.org> <20141030161122.Horde.3hUb6T-Lc0Ccezz5P53-tA3@webmail.df.eu> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 16:07:37 -0000 +--On 30 octobre 2014 16:11:22 +0100 Marcus von Appen wrote: |> @@ -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? Well, I don't really know how this came to be, I did not modify this bit of the file, but I removed it from the patch in r371755. -- Mathieu Arnold