mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
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/
11 lines
279 B
Text
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)
|