From owner-freebsd-ports Fri Jun 23 5:23:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from merkur.virtual-earth.de (merkur.virtual-earth.de [62.208.47.101]) by hub.freebsd.org (Postfix) with ESMTP id 2DACF37C37C for ; Fri, 23 Jun 2000 05:23:45 -0700 (PDT) (envelope-from mathiasp@virtual-earth.de) Received: from virtual-earth.de (IDENT:mathiasp@mp.virtual-earth.de [62.208.47.98]) by merkur.virtual-earth.de (8.9.3/8.9.3) with ESMTP id OAA77607 for ; Fri, 23 Jun 2000 14:18:52 +0200 (MET DST) (envelope-from mathiasp@virtual-earth.de) Message-Id: <200006231218.OAA77607@merkur.virtual-earth.de> Date: Fri, 23 Jun 2000 14:23:11 +0200 (CEST) From: Mathias.Picker@virtual-earth.de Subject: how to unset env vars before running gnu configure To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to create a simple port of mozart (www.mozart-oz.org) and have one problem: I need to unset OZHOME and OZEMACS before running configure and make. How would I do that in a simple portable manner. I've never done a port before, and I am not to experienced with make, so the only solution I have is to create my own configure, which unsets OZHOME and OZEMACS and then calls ${WORKSRC}/configure ${CONFIGURE_ARGS}. Isn't there an sulution right in the Makefile? Thanks, Mathias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message