ports/security/openvas9-cli/files/patch-CMakeLists.txt
Jose Alonso Cardenas Marquez a2bd7c908e - New port: security/openvas9-cli
The Open Vulnerability Assessment System (OpenVAS) is a framework of several
services and tools offering a comprehensive and powerful vulnerability
scanning and vulnerability management solution.

This package contains a command-line tool to control the OpenVAS Manager and
a Nagios plugin.

WWW: http://www.openvas.org/
2017-08-03 22:38:10 +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)