From owner-freebsd-ports Thu Nov 16 20:28:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 2F71F37B479; Thu, 16 Nov 2000 20:28:47 -0800 (PST) Received: from bonsai.knology.net (user-24-214-88-8.knology.net [24.214.88.8]) by mail.hiwaay.net (8.11.0/8.11.0) with ESMTP id eAH4Si709500; Thu, 16 Nov 2000 22:28:44 -0600 (CST) Received: (from steve@localhost) by bonsai.knology.net (8.11.0/8.9.3) id eAH4ShG84959; Thu, 16 Nov 2000 22:28:43 -0600 (CST) (envelope-from steve) Date: Thu, 16 Nov 2000 22:28:33 -0600 From: Steve Price To: Jason R Mastaler Cc: Ade Lovett , freebsd-ports@FreeBSD.ORG Subject: Re: testing new port: "make" chooses bad INSTALL value Message-ID: <20001116222833.F62344@bonsai.knology.net> References: <00111618272201.01571@nightshade> <20001116193828.S47823@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jason@mastaler.com on Thu, Nov 16, 2000 at 09:22:28PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Nov 16, 2000 at 09:22:28PM -0700, Jason R Mastaler wrote: # Ade Lovett writes: # # > look for the following 4 lines somewhere at # > the bottom of the script: # > # > case "$ac_given_INSTALL" in # > [/$]*) INSTALL="$ac_given_INSTALL" ;; # > *) INSTALL="$ac_dots$ac_given_INSTALL" ;; # > esac # > # > and nuke 'em -- after that, you'll be fine. # # Thanks, I'll give this a try, but I'm still unclear as to why this is # only a problem when "make" drives configure, and not when I run it by # hand. steve@bonsai(/tmp)$ cat > Makefile all: true steve@bonsai(/tmp)$ make -V INSTALL install steve@bonsai(/tmp)$ Because when running from the commandline INSTALL is not defined but from make(1) it is via /usr/share/mk/sys.mk. That be my best guess anyway FWIW. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message