diff options
Diffstat (limited to 'www/matomo/Makefile')
-rw-r--r-- | www/matomo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/matomo/Makefile b/www/matomo/Makefile index de74801c3851..284b2175adcb 100644 --- a/www/matomo/Makefile +++ b/www/matomo/Makefile @@ -2,6 +2,7 @@ PORTNAME= matomo DISTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://builds.matomo.org/ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} @@ -43,6 +44,7 @@ pre-install: fi do-install: + ${MKDIR} ${STAGEDIR}${WWWDIR}/tmp/cache/tracker @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) .include <bsd.port.mk> |