svn commit: r394563 - head/math/eigen3
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Aug 18 09:19:34 UTC 2015
Author: rakuco
Date: Tue Aug 18 09:19:33 2015
New Revision: 394563
URL: https://svnweb.freebsd.org/changeset/ports/394563
Log:
Use PREFIX, not LOCALBASE, when setting PKG_CONFIG_LIBDIR.
As pointed out by makc@, we are indicating where this port should install
its files, so we should use PREFIX, not LOCALBASE.
Modified:
head/math/eigen3/Makefile
Modified: head/math/eigen3/Makefile
==============================================================================
--- head/math/eigen3/Makefile Tue Aug 18 09:17:59 2015 (r394562)
+++ head/math/eigen3/Makefile Tue Aug 18 09:19:33 2015 (r394563)
@@ -2,6 +2,7 @@
PORTNAME= eigen
PORTVERSION= 3.2.2
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${PORTNAME}/${PORTNAME}/get/
DISTNAME= ${PORTVERSION}
@@ -14,7 +15,7 @@ LICENSE= LGPL21 MPL
LICENSE_COMB= multi
USES= cmake:outsource tar:bzip2
-CMAKE_ENV+= PKG_CONFIG_LIBDIR="${LOCALBASE}/libdata"
+CMAKE_ENV+= PKG_CONFIG_LIBDIR="${PREFIX}/libdata"
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-1306d75b4a21
More information about the svn-ports-all
mailing list