aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:19:39 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:30:51 +0000
commitfebb649c7b06557e96207f9a3e7c1c15367bb43e (patch)
tree96a8a232de19fd6aa2848b35c8e8b118f988856f
parent7115fdf819691d9489bd6e90eae191cfbc731f6b (diff)
downloadports-febb649c7b06557e96207f9a3e7c1c15367bb43e.tar.gz
ports-febb649c7b06557e96207f9a3e7c1c15367bb43e.zip
www/owncloud: Remove unnecessary substitution
-rw-r--r--www/owncloud/Makefile2
1 files changed, 1 insertions, 1 deletions
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}