diff options
Diffstat (limited to 'mail/nextcloud-mail/Makefile')
-rw-r--r-- | mail/nextcloud-mail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index b49c29619554..1efd19e1c589 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -1,5 +1,5 @@ PORTNAME= mail -PORTVERSION= 5.1.5 +PORTVERSION= 5.3.1 DISTVERSIONPREFIX= v CATEGORIES= mail @@ -16,4 +16,7 @@ USE_PHP= imap CPE_VENDOR= nextcloud +post-patch: + ${RM} ${WRKSRC}/vendor/nextcloud/kitinerary-bin/bin/kitinerary-extractor + .include <bsd.port.mk> |