summaryrefslogtreecommitdiff
path: root/math/cgal/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-19 20:03:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-19 20:03:09 +0000
commita3585cf85c9736844017a63cc5034221f0df0e42 (patch)
tree2642925b5754ccfcc52360f8fcb9795a54e2c970 /math/cgal/files/patch-CMakeLists.txt
parent- Update to 2.0.2 (diff)
- Update to 3.4
- Pass maintainership to submitter PR: 131807 Submitted by: "Wen Heping" <wenheping@gmail.com>
Diffstat (limited to 'math/cgal/files/patch-CMakeLists.txt')
-rw-r--r--math/cgal/files/patch-CMakeLists.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/cgal/files/patch-CMakeLists.txt b/math/cgal/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..d064dfd56de1
--- /dev/null
+++ b/math/cgal/files/patch-CMakeLists.txt
@@ -0,0 +1,20 @@
+--- CMakeLists.txt.orig 2009-02-18 18:30:54.000000000 +0800
++++ CMakeLists.txt 2009-02-18 18:31:34.000000000 +0800
+@@ -397,7 +397,7 @@
+ # WARNING: Use only relative paths; full paths break CPack!
+ # DESTINATION option is mandatory; skipping it breaks CPack!
+
+-install(FILES AUTHORS CHANGES LICENSE LICENSE.FREE_USE LICENSE.LGPL LICENSE.QPL DESTINATION ${CGAL_INSTALL_DOC_DIR} )
++#install(FILES AUTHORS CHANGES LICENSE LICENSE.FREE_USE LICENSE.LGPL LICENSE.QPL DESTINATION ${CGAL_INSTALL_DOC_DIR} )
+
+
+ install(DIRECTORY include/CGAL DESTINATION ${CGAL_INSTALL_INC_DIR} )
+@@ -435,7 +435,7 @@
+ install(DIRECTORY src DESTINATION ${CGAL_INSTALL_ROOT_DIR} )
+ else()
+ install(FILES ${CMAKE_BINARY_DIR}/config/CGALConfig.cmake DESTINATION ${CGAL_INSTALL_CMAKE_DIR} )
+- install(FILES auxiliary/cgal_create_cmake_script.1 DESTINATION ${CGAL_INSTALL_MAN_DIR} )
++# install(FILES auxiliary/cgal_create_cmake_script.1 DESTINATION ${CGAL_INSTALL_MAN_DIR} )
+ endif()
+
+