From owner-freebsd-ports Fri Mar 26 7: 0: 0 1999 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 C373115044; Fri, 26 Mar 1999 06:59:47 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id IAA10685; Fri, 26 Mar 1999 08:59:27 -0600 (CST) Date: Fri, 26 Mar 1999 08:59:27 -0600 (CST) From: Steve Price To: Satoshi Asami Cc: jim@corp.au.triax.com, ports@FreeBSD.ORG Subject: Re: Makefile help In-Reply-To: <199903260800.AAA01466@bubble.didi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Satoshi Asami wrote: # By the way, Jim, I recommend you go check out the handbook. Most of # the common questions are answered there. (I think it makes a pretty # good reading too. :) # # * From: Steve Price # # * The test in ports/Mk/bsd.port.mk is '.if defined(USE_X_PREFIX)' so # * you need to un-define it for that to work. # # But it's implied by USE_IMAKE in bsd.port.mk so you can't undef # USE_X_PREFIX. Exactly my point. Since you can't undefine it, you must either fix the problem (which in this case was in the Imakefile) or *shudder* you doing something ugly like what I mentioned below. Of course, then you face the wraith of Satoshi. :) # * One way (though you didn't here it from me :) is to add a line like # * # * PREFIX= ${LOCALBASE} # # No you definitely didn't! ;) # # Satoshi # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message