mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
315 B
Diff
12 lines
315 B
Diff
--- src/config/core/CMakeLists.txt 2024-02-19 02:18:26
|
|||
|
|
+++ src/config/core/CMakeLists.txt 2024-03-14 20:28:12
|
||
|
|
@@ -9,7 +9,7 @@
|
||
|
|
install(
|
||
|
|
FILES
|
||
|
|
"${CMAKE_CURRENT_BINARY_DIR}/liblucene++.pc"
|
||
|
|
- DESTINATION "${LIB_DESTINATION}/pkgconfig")
|
||
|
|
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
|
||
|
|
endif()
|
||
|
|
|
||
|
|
|