head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2; locks; strict; comment @# @; 1.2 date 2013.05.03.01.37.03; author mef; state dead; branches; next 1.1; 1.1 date 2013.05.03.00.58.07; author mef; state Exp; branches; next ; desc @@ 1.2 log @PR pkg/47792 Let me revert to as of 30mins before. /usr/local may be left as it is for the case to compile stuff outside of pkgsrc with this cmake. @ text @$NetBSD: patch-Modules_CMakeGenericSystem.cmake,v 1.1 2013/05/03 00:58:07 mef Exp $ Correct Install PREFIX, see SUBST_CLASSES+= prefix in Makefile --- Modules/CMakeGenericSystem.cmake.orig 2012-11-01 00:32:05.000000000 +0900 +++ Modules/CMakeGenericSystem.cmake 2013-05-01 23:45:47.000000000 +0900 @@@@ -166,7 +166,7 @@@@ endif() # Choose a default install prefix for this platform. if(CMAKE_HOST_UNIX) - set(CMAKE_INSTALL_PREFIX "/usr/local" + set(CMAKE_INSTALL_PREFIX "@@PREFIX@@" CACHE PATH "Install path prefix, prepended onto install directories.") else() GetDefaultWindowsPrefixBase(CMAKE_GENERIC_PROGRAM_FILES) @ 1.1 log @PR pkg/47792 Correct install PREFIX found on Modules/CMakeGenericSystem.cmake. The example of problem was found on wip/trustedQSL (1.14) @ text @d1 1 a1 1 $NetBSD$ @