ports/security/openvas8-cli/files/patch-CMakeLists.txt
Jose Alonso Cardenas Marquez 2f70d017ff - Update to 1.4.5
- Take maintainership
- Prepare to import OpenVAS 9 ports
2017-08-03 22:25:52 +00:00

11 lines
279 B
Text

--- CMakeLists.txt.orig 2015-10-12 12:46:59 UTC
+++ CMakeLists.txt
@@ -134,7 +134,7 @@ if (NOT LIBDIR)
endif (NOT LIBDIR)
if (NOT LOCALSTATEDIR)
- set (LOCALSTATEDIR "${CMAKE_INSTALL_PREFIX}/var")
+ set (LOCALSTATEDIR "/var")
endif (NOT LOCALSTATEDIR)
if (NOT DATADIR)