Date: Sat, 20 Jun 2020 20:17:26 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539749 - head/net-im/nextcloud-talk Message-ID: <202006202017.05KKHQVQ022735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sat Jun 20 20:17:25 2020 New Revision: 539749 URL: https://svnweb.freebsd.org/changeset/ports/539749 Log: net-im/nextcloud-talk: Fix install dir issue * Nextcloud fails when the path is not spreed Modified: head/net-im/nextcloud-talk/Makefile Modified: head/net-im/nextcloud-talk/Makefile ============================================================================== --- head/net-im/nextcloud-talk/Makefile Sat Jun 20 17:14:07 2020 (r539748) +++ head/net-im/nextcloud-talk/Makefile Sat Jun 20 20:17:25 2020 (r539749) @@ -3,6 +3,7 @@ PORTNAME= talk PORTVERSION= 9.0.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${DISTNAME:C/-.*//}/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- @@ -29,7 +30,7 @@ NEXTCLOUD_GROUPNAME?= ${WWWGRP} PLIST_SUB= NEXTCLOUD_USERNAME=${NEXTCLOUD_USERNAME} \ NEXTCLOUD_GROUPNAME=${NEXTCLOUD_GROUPNAME} -WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/${PORTNAME} +WWWDIR= ${PREFIX}/www/nextcloud/apps-pkg/spreed do-install: ${MKDIR} ${STAGEDIR}${WWWDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006202017.05KKHQVQ022735>