From owner-svn-ports-head@FreeBSD.ORG Sat Nov 9 15:33:46 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9C0EF67C; Sat, 9 Nov 2013 15:33:46 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34EB5249B; Sat, 9 Nov 2013 15:33:45 +0000 (UTC) Received: from [127.0.0.1] (mail.kevlo.org [220.135.115.6]) by ns.kevlo.org (8.14.6/8.14.6) with ESMTP id rA9FXJVt024988; Sat, 9 Nov 2013 23:33:20 +0800 (CST) (envelope-from kevlo@FreeBSD.org) Message-ID: <527E55D0.7010100@FreeBSD.org> Date: Sat, 09 Nov 2013 23:33:36 +0800 From: Kevin Lo User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r333181 - in head/www/owncloud: . files References: <201311080529.rA85Tir3031982@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 15:33:46 -0000 Mathieu Arnold wrote: > +--On 8 novembre 2013 05:29:44 +0000 Kevin Lo wrote: > | +PLIST_SUB= OWNCLOUDDIR=${OWNCLOUDDIR} > | +OWNCLOUDDIR= ${WWWDOCROOT}/${PORTNAME} > > Unless I'm mistaken, there's already a variable and a PLIST_SUB item with > exactly that, and that's WWWDIR, no ? > > You should replace ${PREFIX}/${OWNCLOUDDIR} by ${WWWDIR} in the Makefile, > and OWNCLOUDDIR by WWWDIR in the plist. I've already an updated diff includes that fix to owncloud 5.0.13. I'll commit it, thanks. Kevin