git: c321b24897ba - main - Mk/Uses/nextcloud.mk: unbreak bulk -a

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Mon, 18 Sep 2023 07:43:51 UTC
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c321b24897baea3b0e7591316750956a1ec5e381

commit c321b24897baea3b0e7591316750956a1ec5e381
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-09-18 07:43:30 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-09-18 07:43:30 +0000

    Mk/Uses/nextcloud.mk: unbreak bulk -a
---
 Mk/Uses/nextcloud.mk | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Mk/Uses/nextcloud.mk b/Mk/Uses/nextcloud.mk
index 207dae98d523..292431c63eca 100644
--- a/Mk/Uses/nextcloud.mk
+++ b/Mk/Uses/nextcloud.mk
@@ -17,11 +17,11 @@ PKGNAMEPREFIX=	nextcloud-
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 WRKSRC?=	${WRKDIR}/${PORTNAME}
 
-.if ${DISTNAME} == ${PORTNAME}
+.  if ${DISTNAME} == ${PORTNAME}
 DIST_SUBDIR?=   nextcloud/${PORTNAME}-${PORTVERSION}
-.else
+.  else
 DIST_SUBDIR?=	nextcloud
-.endif
+.  endif
 
 MASTER_SITES?=   https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
 
@@ -30,6 +30,7 @@ LICENSE?=	AGPLv3
 RUN_DEPENDS=	nextcloud${PHP_PKGNAMESUFFIX}>=${NEXTCLOUD_RUN_DEPENDS}:www/nextcloud@${PHP_FLAVOR}
 
 USES+=		php:flavors
+IGNORE_WITH_PHP=	83
 NO_BUILD=	yes
 NO_ARCH=	yes