mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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
10 lines
603 B
Text
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)
|