mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
storage server. The code is available for free under the terms of BSD license. Supported platforms are GNU/Linux and FreeBSD. WWW: http://tarantool.org/ PR: ports/163213 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
11 lines
325 B
Text
11 lines
325 B
Text
--- CMakeLists.txt.orig 2011-11-25 15:33:08.997444924 +0000
|
|
+++ CMakeLists.txt 2011-11-25 15:33:30.428593855 +0000
|
|
@@ -197,7 +197,7 @@
|
|
add_subdirectory(test)
|
|
|
|
install (FILES README LICENSE doc/silverbox-protocol.txt
|
|
- DESTINATION doc)
|
|
+ DESTINATION %%DOCSDIR%%)
|
|
|
|
include (cmake/tarantool_cpack.cmake)
|
|
#
|