From owner-freebsd-ports@FreeBSD.ORG Thu Oct 31 08:30:04 2013 Return-Path: Delivered-To: freebsd-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 ESMTP id 5A3B1A54; Thu, 31 Oct 2013 08:30:04 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-qe0-x235.google.com (mail-qe0-x235.google.com [IPv6:2607:f8b0:400d:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 104BF296F; Thu, 31 Oct 2013 08:30:03 +0000 (UTC) Received: by mail-qe0-f53.google.com with SMTP id cy11so1540044qeb.26 for ; Thu, 31 Oct 2013 01:30:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=bYaa38uOw3z0fnNtmFlDynNSCPCpSJdQ6vRadg++8oE=; b=uymiizji5ARdzPe1gOnH6OMTYUMYW4Zl2WGZdPGA/sem9Sp09840UG6AQzvQfQnSaJ 6BcQWA3OjYEdKwWk7FroUDXm4O9PO0u3biQEvOrD3ge6rpetE8vmZN1Ke8B9lvEJGNOa o7pkW00xM5TDoKdhzYc2Zy8YvKYQ3oLQ00K1T27HOQhhnud2rbCc3bPZ4KcSSRmypNbm zUrTdaCGXFAdzkXNR1/e5vFLIhTzn+ZT7p7EZTi0AHbSL/GCC8KrKWSEuDv/xt5YOoEp gDZl2fQMY2mHBQoTwYs6Cipa7mmc0tz3G6f2ZGhSgPc+NDt8QaOM6P+kBTdZXJS7CWan oWCQ== MIME-Version: 1.0 X-Received: by 10.49.19.101 with SMTP id d5mr2322495qee.78.1383208203153; Thu, 31 Oct 2013 01:30:03 -0700 (PDT) Received: by 10.96.180.233 with HTTP; Thu, 31 Oct 2013 01:30:03 -0700 (PDT) Date: Thu, 31 Oct 2013 10:30:03 +0200 Message-ID: Subject: Staging DOs & DON'Ts From: Kimmo Paasiala To: freebsd-ports , Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 08:30:04 -0000 Could we have this as an example what not to in the Makefile. It is from the latest change to the Makefile of sysutils/kiconvtool. MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" This breaks stuff that edits scripts in place trying to replace paths that depend on the value of PREFIX. -Kimmo