Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2019 22:07:38 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516372 - head/databases/rrdtool
Message-ID:  <201911022207.xA2M7cVg033702@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sat Nov  2 22:07:38 2019
New Revision: 516372
URL: https://svnweb.freebsd.org/changeset/ports/516372

Log:
  databases/rrdtool: Fix with nondefault PREFIX
  
  Fix the build and stage of databases/rrdtool when using a nondefault PREFIX.
  
  PR:		241659
  Submitted by:	John Hein
  MFH:		2019Q4

Modified:
  head/databases/rrdtool/Makefile

Modified: head/databases/rrdtool/Makefile
==============================================================================
--- head/databases/rrdtool/Makefile	Sat Nov  2 21:54:22 2019	(r516371)
+++ head/databases/rrdtool/Makefile	Sat Nov  2 22:07:38 2019	(r516372)
@@ -49,9 +49,10 @@ GRAPH_USE=		GNOME=cairo,pango
 MMAP_CONFIGURE_ENABLE=	mmap
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USE=		GNOME=intltool
-NLS_USES=		gettext
+NLS_USES=		gettext localbase
 PERL_CONFIGURE_OFF=	--disable-perl
 PERL_CONFIGURE_ON=	--enable-perl --enable-perl-site-install
+PERL_MAKE_ARGS=		PERL_MAKE_OPTIONS='PREFIX="${PREFIX}" INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib"'
 PERL_USES=		perl5
 PYTHON_CONFIGURE_ENABLE=python
 PYTHON_USES=		python



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