1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/deskutils/libgcal/files/patch-CMakeLists-txt
Max Brazhnikov 52a310cff7 Update to 0.9.5
PR:		ports/148375
Submitted by:	Troels Kofoed Jacobsen (maintainer)
2010-07-10 11:16:49 +00:00

12 lines
376 B
Plaintext

--- CMakeLists.txt.orig 2010-06-29 18:21:22.000000000 +0200
+++ CMakeLists.txt 2010-06-29 18:21:35.000000000 +0200
@@ -69,7 +69,7 @@
configure_file(${CMAKE_SOURCE_DIR}/libgcal.pc.in ${CMAKE_BINARY_DIR}/libgcal.pc @ONLY)
install(
FILES "${CMAKE_BINARY_DIR}/libgcal.pc"
- DESTINATION "${GCAL_LIBRARY_INSTALL_DIR}/pkgconfig"
+ DESTINATION "libdata/pkgconfig"
)