From owner-svn-ports-head@FreeBSD.ORG Fri Nov 8 21:04:45 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 57F01363; Fri, 8 Nov 2013 21:04:45 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 191232109; Fri, 8 Nov 2013 21:04:44 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 3E84DBDC24; Fri, 8 Nov 2013 22:04:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=82YPV438xmX 1wLu2rcwVzYy3cM0=; b=PbR3lfUtWMSftsZdUxFO6QX7A8UTzobMEr4Ddt9hju5 ITCUQE9qO6xnz0W/reGb7f6n8Xf6tbr/dn3jRTr2nfRriUHU5dvzK1FKeRwKPDw4 K+9GHb925oESNCCVYAOJeRPLIgB+IdJlewM2jPhxoD3Rb9ztkA8n/YGmj4ruytr8 = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 001BBBDC1D; Fri, 8 Nov 2013 22:04:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 6DEFFC71BE66; Fri, 8 Nov 2013 22:04:39 +0100 (CET) Date: Fri, 08 Nov 2013 22:04:36 +0100 From: Mathieu Arnold To: Kevin Lo , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r333181 - in head/www/owncloud: . files Message-ID: In-Reply-To: <201311080529.rA85Tir3031982@svn.freebsd.org> References: <201311080529.rA85Tir3031982@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: Fri, 08 Nov 2013 21:04:45 -0000 +--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. -- Mathieu Arnold