git: febb649c7b06 - main - www/owncloud: Remove unnecessary substitution
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:58:56 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=febb649c7b06557e96207f9a3e7c1c15367bb43e
commit febb649c7b06557e96207f9a3e7c1c15367bb43e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:19:39 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:51 +0000
www/owncloud: Remove unnecessary substitution
---
www/owncloud/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile
index c95efaea17bf..6a428899547a 100644
--- a/www/owncloud/Makefile
+++ b/www/owncloud/Makefile
@@ -17,7 +17,7 @@ USE_PHP= bz2 ctype curl dom fileinfo filter gd iconv intl mbstring pdo posix ses
NO_ARCH= yes
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/owncloud
OWNCLOUD_USER?= ${WWWOWN}
OWNCLOUD_GROUP?=${WWWGRP}