mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 13:59:22 -04:00
Forked from databases/arangodb32. https://www.arangodb.com/ PR: 224998 Submitted by: Vlad Galu <dev@dudu.ro> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13831
11 lines
294 B
CMake
11 lines
294 B
CMake
--- cmake/ArangoDBInstall.cmake.orig 2017-11-16 20:17:40 UTC
|
|
+++ cmake/ArangoDBInstall.cmake
|
|
@@ -100,7 +100,7 @@ endif ()
|
|
|
|
install(
|
|
DIRECTORY
|
|
- ${PROJECT_BINARY_DIR}/var/log/arangodb3
|
|
+ ${PROJECT_BINARY_DIR}/var/log/arangodb
|
|
DESTINATION
|
|
${CMAKE_INSTALL_LOCALSTATEDIR}/log
|
|
)
|