[kde-freebsd] [PATCH] Uses/cmake.mk: add CMAKE_PREFIX

2014-04-03 Thread Brooks Davis
I'm working on some more clang ports that will build using cmake and I need to install them in a subdirectory of ${PREFIX}. I've got them working using the following patch which add CMAKE_PREFIX as an analog to GNU_CONFIGURE_PREFIX. Thanks, Brooks Index: Mk/Uses/cmake.mk

Re: [kde-freebsd] [PATCH] Uses/cmake.mk: add CMAKE_PREFIX

2014-04-07 Thread Brooks Davis
On Sat, Apr 05, 2014 at 10:44:59AM +, Max Brazhnikov wrote: > On Thu, 03 Apr 2014 13:05:40 -0500 Brooks Davis wrote: > > I'm working on some more clang ports that will build using cmake and I > > need to install them in a subdirectory of ${PREFIX}. I've got t