Skip to content

Commit

Permalink
Mk/Uses/nextcloud.mk: unbreak bulk -a
Browse files Browse the repository at this point in the history
  • Loading branch information
ant1 committed Sep 18, 2023
1 parent bee4aa6 commit c321b24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Mk/Uses/nextcloud.mk
Expand Up @@ -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}/

Expand All @@ -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

Expand Down

0 comments on commit c321b24

Please sign in to comment.