diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index 1efd19e1c589..4ff84b7efb9f 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -1,22 +1,26 @@ PORTNAME= mail PORTVERSION= 5.3.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= brnrd@FreeBSD.org COMMENT= Mail app for Nextcloud WWW= https://apps.nextcloud.com/apps/mail LICENSE_FILE= ${WRKSRC}/COPYING NEXTCLOUD_RUN_DEPENDS= 30 USES= cpe gettext nextcloud php:flavors USE_PHP= imap CPE_VENDOR= nextcloud +# Precompiled linux binary is removed by post-patch but path still exist for future manual use +PLIST_DIRS+= %%WWWDIR%%/vendor/nextcloud/kitinerary-bin/bin + post-patch: ${RM} ${WRKSRC}/vendor/nextcloud/kitinerary-bin/bin/kitinerary-extractor .include