mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- Update WWW Changes: https://github.com/thekhalifa/id3lib/commits/master PR: 278775 Reported by: diizzy
9 lines
392 B
Text
9 lines
392 B
Text
--- src/CMakeLists.txt.orig 2024-01-14 15:07:45 UTC
|
|
+++ src/CMakeLists.txt
|
|
@@ -45,5 +45,5 @@ install(FILES ${CMAKE_BINARY_DIR}/id3lib.pc
|
|
configure_file(${CMAKE_SOURCE_DIR}/id3lib.pc.in
|
|
${CMAKE_BINARY_DIR}/id3lib.pc @ONLY)
|
|
install(FILES ${CMAKE_BINARY_DIR}/id3lib.pc
|
|
- DESTINATION share/pkgconfig
|
|
+ DESTINATION libdata/pkgconfig
|
|
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
|