svn commit: r314160 - head/math/eigen3

Max Brazhnikov makc at FreeBSD.org
Thu Mar 14 13:43:45 UTC 2013


Author: makc
Date: Thu Mar 14 13:43:44 2013
New Revision: 314160
URL: http://svnweb.freebsd.org/changeset/ports/314160

Log:
  Replace CMAKE_INSTALL_PREFIX with PREFIX (in preparation for bsd.cmake.mk clean up)

Modified:
  head/math/eigen3/Makefile

Modified: head/math/eigen3/Makefile
==============================================================================
--- head/math/eigen3/Makefile	Thu Mar 14 13:43:11 2013	(r314159)
+++ head/math/eigen3/Makefile	Thu Mar 14 13:43:44 2013	(r314160)
@@ -16,7 +16,7 @@ LICENSE_COMB=	multi
 USE_BZIP2=	yes
 USE_CMAKE=	yes
 CMAKE_OUTSOURCE=yes
-CMAKE_ENV+=	PKG_CONFIG_LIBDIR="${CMAKE_INSTALL_PREFIX}/libdata"
+CMAKE_ENV+=	PKG_CONFIG_LIBDIR="${PREFIX}/libdata"
 NO_BUILD=	yes
 
 LATEST_LINK=	${PORTNAME}3


More information about the svn-ports-head mailing list