From owner-freebsd-ports Thu Oct 12 14:28:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 58CCC37B502 for ; Thu, 12 Oct 2000 14:28:27 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id e9CLSPn26261 for ; Thu, 12 Oct 2000 15:28:26 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA72178 for ; Thu, 12 Oct 2000 15:28:25 -0600 (MDT) Message-Id: <200010122128.PAA72178@harmony.village.org> To: ports@freebsd.org Subject: LOCALBASE vs PREFIX Date: Thu, 12 Oct 2000 15:28:25 -0600 From: Warner Losh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org OK. I have a question. I did the following and it failed: setenv PREFIX /fs/gerbils sudo mkdir $PREFIX cd /usr/ports/x11-toolkits/gtk12 make all install It appears that the gtk12 makefile is using LOCALBASE rather than PREFIX to find things. If I set LOCALBASE and PREFIX in the above sequence, it works. So, is there a bug here? Or am I misunderstanding what PREFIX is for? Reading bsd.port.mk, LOCALBASE is in a section that says it should rarely, if ever, be set. Is this one of those rare times? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message