From owner-freebsd-ports@FreeBSD.ORG Mon Nov 18 19:28:32 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B8116C2 for ; Mon, 18 Nov 2013 19:28:30 +0000 (UTC) Received: from mail-qa0-x232.google.com (mail-qa0-x232.google.com [IPv6:2607:f8b0:400d:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 694CD21CE for ; Mon, 18 Nov 2013 19:28:30 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id i13so601922qae.2 for ; Mon, 18 Nov 2013 11:28:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4DtUsietrfS49Ae/4h+ueSkcvjlSB4YOdW2gqVb2K54=; b=p/oRcNiouioc5igJa5Yx9Dstsd4CkVABA9KLVbV9CPcGyipbdKa6SFehVxSUns+mg5 ETh2Vm7i+TZaJs9mEn4NAVXPLp6wL0Bo1F4Apou/MHhUqY2VqE66RaOlmIaN/OUhPCMh IMCNaFbATnjfiIAz93n20cFNFdKqow0svyUJGCKXtLXdT2PJjj75lKMYQFg7iKXWs5gM bb1kbaYp/l7FI9GEFQ8lyaEqoSEM6PX36bv2uc40NO8hfJL/MYNgFyoqJiOLxNjgjPjK wLDZGwKG45cNzh4LDYISFbAtDMbEXlOfJnMWx506gHurRfRfkyouYdjA+jMUw4s8vmSa UheQ== MIME-Version: 1.0 X-Received: by 10.224.129.202 with SMTP id p10mr36738500qas.84.1384802909628; Mon, 18 Nov 2013 11:28:29 -0800 (PST) Received: by 10.96.180.233 with HTTP; Mon, 18 Nov 2013 11:28:29 -0800 (PST) In-Reply-To: <5289CA5E.3010103@bsdforen.de> References: <52850FBA.9010308@bsdforen.de> <5289CA5E.3010103@bsdforen.de> Date: Mon, 18 Nov 2013 21:28:29 +0200 Message-ID: Subject: Re: DESTDIR support broken? From: Kimmo Paasiala To: Dominic Fandrey Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Ports , Eitan Adler X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2013 19:28:32 -0000 On Mon, Nov 18, 2013 at 10:05 AM, Dominic Fandrey wrote: > On 18/11/2013 04:10, Eitan Adler wrote: >> On Thu, Nov 14, 2013 at 1:00 PM, Dominic Fandrey wrote: >>> # make DESTDIR=/root/tmpdest install >>> ===> Creating some important subdirectories >> >> Are you sure you don't mean "make PREFIX=/root/tmpdest/" ? > > Yes. > > -- I would expect DESTDIR=/some/path just work for any port. Last commit to bsd.destdir was over a year ago so either it has been broken for a long time or some other more recent commit has broken it. -Kimmo