mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
net-im/nextcloud-talk: Fix install dir issue
* Nextcloud fails when the path is not spreed
This commit is contained in:
parent
7edf9daa48
commit
f109479ecb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539749
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user