From owner-freebsd-ports@FreeBSD.ORG Tue Mar 8 17:11:30 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6812106567B for ; Tue, 8 Mar 2011 17:11:30 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 793958FC12 for ; Tue, 8 Mar 2011 17:11:30 +0000 (UTC) Received: by wwc33 with SMTP id 33so1383462wwc.31 for ; Tue, 08 Mar 2011 09:11:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=BwzLCtisfYFpmFxdSxGDykzY8Oz4aTqQY9KJ5Mke6Ig=; b=qmY6XHum/DPiEyJGAP+6eCPQC/NHqjk0v2lEUsSmkALOI/tC84KeThvd3EUTu9j8xO Ot9tSvNak1/yVml/WWBYf4C2em1k9eAKyH7T4i5Hme9YPugMWia9n33J7aZmbJ6VEDL2 ZWbghkWEv73+RoEV+4gGP//7tRz9lkWjyvRVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=PUPOlEmTRx9BxaxM5oKScM2HhCL4DmAtdBxTepVCB0mOqTa5DL3F8+S0bjMY82B+Yx gx2mtHzcyQSbpQ9OdgKGqmzMAczSK7QnleaqvV5+OCVyeOO/rBOPvZ2UOTtZhumISCKe yVznBp6I0AKZQbsufFZe/8E72FWsTuqRXzv1c= MIME-Version: 1.0 Received: by 10.216.82.6 with SMTP id n6mr3322035wee.27.1299604289444; Tue, 08 Mar 2011 09:11:29 -0800 (PST) Received: by 10.216.39.136 with HTTP; Tue, 8 Mar 2011 09:11:29 -0800 (PST) Received: by 10.216.39.136 with HTTP; Tue, 8 Mar 2011 09:11:29 -0800 (PST) In-Reply-To: <4D766181.6020809@gmail.com> References: <4D766181.6020809@gmail.com> Date: Tue, 8 Mar 2011 17:11:29 +0000 Message-ID: From: Chris Rees To: David Demelier Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: Creating a new port, overriding a Makefile variable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2011 17:11:31 -0000 On 8 Mar 2011 17:04, "David Demelier" wrote: > > Hello, > > I'm writing a port for a game, I setup a MANPREFIX= /share/man for almost all the systems to install in the correct place. > > In the port Makefile I've tried to use MAKE_ENV= MANPREFIX=/man to override it, but it seems it's ignored. > > Can I solve this without creating a files/patch-Makefile? > > Cheers, > > -- > David Demelier > If It's hard set in the Makefile, I'd use REINPLACE_CMD. Chris