mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
- Fixed bugs at init script - Added auto init storage at init script - Added more information at pkg-message - Groupped plugins Submitted by: myself
11 lines
415 B
Text
11 lines
415 B
Text
--- CMakeLists.txt.orig 2013-11-22 16:46:37.651143426 +0400
|
|
+++ CMakeLists.txt 2013-11-22 16:50:55.948120860 +0400
|
|
@@ -147,7 +147,7 @@ if (NOT DEFINED CMAKE_SYSCONF_DIR)
|
|
set (CMAKE_SYSCONF_DIR "etc")
|
|
endif()
|
|
if (NOT DEFINED CMAKE_LOCALSTATE_DIR)
|
|
- set (CMAKE_LOCALSTATE_DIR "var")
|
|
+ set (CMAKE_LOCALSTATE_DIR "var/lib/tarantool")
|
|
endif()
|
|
if (NOT DEFINED CMAKE_MAN_DIR)
|
|
set (CMAKE_MAN_DIR "man")
|