From owner-freebsd-hackers@FreeBSD.ORG Mon Apr 1 16:13:56 2013 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AF59DA61 for ; Mon, 1 Apr 2013 16:13:56 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-bk0-x231.google.com (mail-bk0-x231.google.com [IPv6:2a00:1450:4008:c01::231]) by mx1.freebsd.org (Postfix) with ESMTP id 46A0681 for ; Mon, 1 Apr 2013 16:13:56 +0000 (UTC) Received: by mail-bk0-f49.google.com with SMTP id w12so990230bku.36 for ; Mon, 01 Apr 2013 09:13:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:from:to:subject:date:in-reply-to:references :x-mailer; bh=xeicnXjN7vM0U5cJrqNNTmlSGZX/SL8ObbWo+zyXwIg=; b=xmNciPHVKxcFH509jeiXDnr/gosE94n1cuXL2q+dRkNHH4Z98SUoERQ/fd6hpa/QeB axyuk5MtPjS2pCCtlB8FSj10wRuGaS9wUWjP+qm9/Wy4Kw++Hne3BMl3CNUd1haoecGK X2ijT9hre3BwdHXcTnQqGHV8pNdLw9jTtH0GVMIIjg/OVn6HVMWNOkXUEIhldwBlkmWe IF6tMYMlSc3yD2ZQmpsdVMmKP3QHynpPXHXZsMloekLBno7maZ38UmPoXMns6FItX3Q5 aevGqbg30ua8D/2YqPGt+n5igFS7PKhXkZDZkKzlJHkAzhGAUmykqC3L/KhlUx1cH3Ce CVRw== X-Received: by 10.204.200.75 with SMTP id ev11mr5337393bkb.70.1364832835336; Mon, 01 Apr 2013 09:13:55 -0700 (PDT) Received: from DOMYPC ([82.193.208.225]) by mx.google.com with ESMTPS id n1sm3089078bkv.14.2013.04.01.09.13.52 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 01 Apr 2013 09:13:53 -0700 (PDT) Message-ID: <20130401.161353.972.1@DOMY-PC> From: rank1seeker@gmail.com To: hackers@freebsd.org Subject: Re: Ports: make fails, if DESTDIR path has spaces Date: Mon, 01 Apr 2013 18:13:53 +0200 In-Reply-To: References: <20130331.133829.093.1@DOMY-PC> X-Mailer: POP Peeper (3.8.1.0) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 16:13:56 -0000 > Try "DESTDIR='/usr/TZ\ ONE'; export DESTDIR". > > You need to escape the space. This is '#!/bin/sh' scripting. Doing so "fixes" *.mk, but breaks sh => dir simply doesn't exist anymore. Matthias && Chris => *.mk is at fault here, for not supporting FreeBSD's full range of chars for dir paths Domagoj