diff options
author | makc <makc@FreeBSD.org> | 2013-03-14 21:43:44 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-14 21:43:44 +0800 |
commit | 29185f9592536f78a8c309fc91be142042ee565c (patch) | |
tree | ff06942742d5cad34245015e70f01ba9faffba9a | |
parent | 96ae488ba77c805ea955841530e831f32fd60c8d (diff) | |
download | freebsd-ports-gnome-29185f9592536f78a8c309fc91be142042ee565c.tar.gz freebsd-ports-gnome-29185f9592536f78a8c309fc91be142042ee565c.tar.zst freebsd-ports-gnome-29185f9592536f78a8c309fc91be142042ee565c.zip |
Replace CMAKE_INSTALL_PREFIX with PREFIX (in preparation for bsd.cmake.mk clean up)
-rw-r--r-- | math/eigen3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index f50a4241cc72..2b2816c97215 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -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 |