diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-08-27 13:37:30 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-08-27 13:41:18 +0300 |
commit | 70785f09dfae03ca258543f629c6ff50c02564aa (patch) | |
tree | 6c2fc7442ca2f65bc4cbbf1364e70153812898ce | |
parent | games/gnuchess: Update version 6.2.11=>6.3.0 (diff) |
mail/nextcloud-mail: pet stage-qa (+)
Precompiled linux binary is removed by post-patch but path still exist for future manual use
Reported by: bulk -t
Approved by: portmgr blanket
-rw-r--r-- | mail/nextcloud-mail/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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,6 +1,7 @@ PORTNAME= mail PORTVERSION= 5.3.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= brnrd@FreeBSD.org @@ -16,6 +17,9 @@ 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 |