summaryrefslogtreecommitdiff
path: root/security/greenbone-security-assistant/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-01-06 09:13:31 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-01-06 09:13:31 +0000
commit62862c73d5ec69126289c8cffff0239374cba343 (patch)
tree055607c2d7a0dc64c5b8ee80a424d2d5ce7a61a9 /security/greenbone-security-assistant/files/patch-CMakeLists.txt
parent- Connect security/py-gvm-tools (diff)
- Re-add port: security/greenbone-security-assistant
The Greenbone Security Assistant is the web interface developed for the Greenbone Security Manager appliances. It connects to the Greenbone Vulnerability Manager GVM to provide a full-featured user interface for vulnerability management. Greenbone Security Assistant consists of GSA - The webpage written in React and GSAD - The HTTP server talking to the GVM daemon WWW: https://github.com/greenbone/gsa
Notes
Notes: svn path=/head/; revision=560482
Diffstat (limited to 'security/greenbone-security-assistant/files/patch-CMakeLists.txt')
-rw-r--r--security/greenbone-security-assistant/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/greenbone-security-assistant/files/patch-CMakeLists.txt b/security/greenbone-security-assistant/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..2ea3d5a87997
--- /dev/null
+++ b/security/greenbone-security-assistant/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt 2021-01-04 10:09:59.295410000 -0500
++++ CMakeLists.txt 2021-01-04 10:10:43.087240000 -0500
+@@ -60,7 +60,7 @@
+ endif (NOT LIBDIR)
+
+ if (NOT LOCALSTATEDIR)
+- set (LOCALSTATEDIR "${CMAKE_INSTALL_PREFIX}/var")
++ set (LOCALSTATEDIR "/var")
+ endif (NOT LOCALSTATEDIR)
+
+ if (NOT INCLUDEDIR)