diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-09-24 14:22:28 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-09-24 14:22:28 +0000 |
commit | 31f4e18f6dce27a152b3548e3630d2d4119f0568 (patch) | |
tree | 5fd3928737b2d4afc20b1f9db8c413d040740473 /security/quantis/files/patch-QuantisExtensions_CMakeLists.txt | |
parent | - Update to 1.4 (diff) |
- Update to v12.09.12 release
- Switch to OptionsNG
- Pet portlint
Diffstat (limited to 'security/quantis/files/patch-QuantisExtensions_CMakeLists.txt')
-rw-r--r-- | security/quantis/files/patch-QuantisExtensions_CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/quantis/files/patch-QuantisExtensions_CMakeLists.txt b/security/quantis/files/patch-QuantisExtensions_CMakeLists.txt new file mode 100644 index 000000000000..c3dfbb978cfb --- /dev/null +++ b/security/quantis/files/patch-QuantisExtensions_CMakeLists.txt @@ -0,0 +1,10 @@ +--- QuantisExtensions/CMakeLists.txt.orig 2012-09-24 16:08:08.000000000 +0200 ++++ QuantisExtensions/CMakeLists.txt 2012-09-24 16:08:24.000000000 +0200 +@@ -58,6 +58,6 @@ + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIB_DIR} + ) + +-INSTALL(FILES ${Public_Headers} DESTINATION include) ++INSTALL(FILES ${Public_Headers} DESTINATION include/QuantisExtensions) + + |