From 958e11e11cf8536da9d92725952b13a52a32a58f Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 8 Jun 2017 01:13:25 +0000 Subject: Update to 10.0.2 Changelog: https://owncloud.org/changelog/#latest10.0 --- www/owncloud/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/owncloud/Makefile') diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index c58bc5e35fec..397407749896 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 10.0.1 -PORTREVISION= 1 +PORTVERSION= 10.0.2 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ @@ -49,7 +48,8 @@ do-install: @cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} @${MKDIR} ${STAGEDIR}${WWWDIR}/data - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/ + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} \ + ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/ ${INSTALL_DATA} ${WRKDIR}/newsyslog ${STAGEDIR}${EXAMPLESDIR} .include -- cgit