pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openvas-cli: Add patches/



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 12 00:07:24 2016 +0200
Changeset:	83187b84a926dbeda0dcbef23b4ac649d85a06eb

Added Files:
	openvas-cli/patches/patch-doc_CMakeLists.txt

Log Message:
openvas-cli: Add patches/

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=83187b84a926dbeda0dcbef23b4ac649d85a06eb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openvas-cli/patches/patch-doc_CMakeLists.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diffs:
diff --git a/openvas-cli/patches/patch-doc_CMakeLists.txt b/openvas-cli/patches/patch-doc_CMakeLists.txt
new file mode 100644
index 0000000..8a2c0b4
--- /dev/null
+++ b/openvas-cli/patches/patch-doc_CMakeLists.txt
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- doc/CMakeLists.txt.orig	2014-09-24 06:37:24.000000000 +0000
++++ doc/CMakeLists.txt
+@@ -96,5 +96,7 @@ else (XMLMANTOHTML_EXECUTABLE)
+     COMMAND echo "[Error: xmlmantohtml required to see manpage here]" > omp.html)
+ endif (XMLMANTOHTML_EXECUTABLE)
+ 
++include(GNUInstallDirs)
++
+ install (FILES omp.8
+-  DESTINATION ${DATADIR}/man/man8 )
++  DESTINATION ${CMAKE_INSTALL_MANDIR}/man8 )


Home | Main Index | Thread Index | Old Index