0bbb5eef1e
PR: 217366 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9813
10 lines
428 B
Text
10 lines
428 B
Text
--- cmake/CMakeLists.txt.orig 2017-02-24 21:33:00 UTC
|
|
+++ cmake/CMakeLists.txt
|
|
@@ -11,6 +11,6 @@ if (USE_BLAS AND BLAS_FOUND)
|
|
endif()
|
|
configure_file(cminpack.pc.in ${pkg_conf_file} @ONLY)
|
|
install(FILES ${pkg_conf_file}
|
|
- DESTINATION ${CMINPACK_LIB_INSTALL_DIR}/pkgconfig/ COMPONENT pkgconfig)
|
|
+ DESTINATION libdata/pkgconfig/ COMPONENT pkgconfig)
|
|
|
|
install(FILES CMinpackConfig.cmake DESTINATION share/cmake/CMinpack)
|