From owner-freebsd-ports Sun Aug 18 18:18:17 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA27737 for ports-outgoing; Sun, 18 Aug 1996 18:18:17 -0700 (PDT) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA27727 for ; Sun, 18 Aug 1996 18:18:16 -0700 (PDT) Received: (from obrien@localhost) by relay.nuxi.com (8.7.5/8.6.12) id SAA11916 for freebsd-ports@freebsd.org; Sun, 18 Aug 1996 18:18:54 -0700 (PDT) From: "David E. O'Brien" Message-Id: <199608190118.SAA11916@relay.nuxi.com> Subject: Re: PREFIX with X11 ports To: freebsd-ports@freebsd.org (FreeBSD ports list) Date: Sun, 18 Aug 1996 18:18:54 -0700 (PDT) In-Reply-To: from Narvi at "Aug 18, 96 11:55:55 am" X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > How do you specify a PREFIX with X11 ports? > > > > make PREFIX=/tmp/X install > > > > Didn't produce very good results -- imake seems to hardcode /usr/X11R6 as > > the prefix. > > The PREFIX equvailent for PREFIX seems to be X11BASE... Try changing that > instead of PREFIX. Nope. That variable isn't passed to xmkmf either. >From other emails, it appears it can't be done. That's ok -- I was just trying to make sure that I didn't have any hard coded paths in my install. I try to test all my ports with a ``make PREFIX=/tmp/foo install'' from scratch to flush out any hardcoding I missed. This was just the first time I've done it on an X-11 port. -- David