ports/mail/dovecot-xaps/files/patch-CMakeLists.txt
Henry 491b538f9d mail/dovecot-xaps: new port
Apple push notifications plugin for dovecot.

Together with net/xapsd this will enable push email
for iOS devices that talk to your dovecot IMAP server.

WWW: https://github.com/freswa/dovecot-xaps-plugin

PR:		269863
2023-03-31 12:42:08 +02:00

10 lines
603 B
Text

--- CMakeLists.txt.orig 2023-02-25 01:00:54 UTC
+++ CMakeLists.txt
@@ -34,5 +34,5 @@ target_link_libraries(lib25_xaps_imap_plugin ${LIBDOVE
set_target_properties(lib25_xaps_push_notification_plugin PROPERTIES PREFIX "")
set_target_properties(lib25_xaps_imap_plugin PROPERTIES PREFIX "")
-install(TARGETS lib25_xaps_push_notification_plugin DESTINATION /usr/lib/dovecot/modules)
-install(TARGETS lib25_xaps_imap_plugin DESTINATION /usr/lib/dovecot/modules)
+install(TARGETS lib25_xaps_push_notification_plugin DESTINATION lib/dovecot)
+install(TARGETS lib25_xaps_imap_plugin DESTINATION lib/dovecot)