Date: Thu, 30 Oct 2014 16:11:22 +0100 From: Marcus von Appen <mva@freebsd.org> To: Mathieu Arnold <mat@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r371751 - head/graphics/frei0r/files Message-ID: <20141030161122.Horde.3hUb6T-Lc0Ccezz5P53-tA3@webmail.df.eu> In-Reply-To: <201410301417.s9UEH5Q7052049@svn.freebsd.org> References: <201410301417.s9UEH5Q7052049@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Zitat von Mathieu Arnold <mat@freebsd.org>: > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141030161122.Horde.3hUb6T-Lc0Ccezz5P53-tA3>