From owner-freebsd-questions@FreeBSD.ORG Mon Jun 13 18:09:46 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BEB316A41C; Mon, 13 Jun 2005 18:09:46 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC48943D4C; Mon, 13 Jun 2005 18:09:45 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j5DI9i3k014710; Mon, 13 Jun 2005 13:09:44 -0500 (CDT) (envelope-from dan) Date: Mon, 13 Jun 2005 13:09:44 -0500 From: Dan Nelson To: =?utf-8?B?S8O2dmVzZMOhbiBHw6Fib3I=?= Message-ID: <20050613180944.GB62239@dan.emsphone.com> References: <42ADC155.10304@t-hosting.hu> <20050613174248.GA85674@dan.emsphone.com> <42ADC908.6060505@t-hosting.hu> <20050613180721.GA62239@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050613180721.GA62239@dan.emsphone.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Makefile question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 18:09:46 -0000 In the last episode (Jun 13), Dan Nelson said: > In the last episode (Jun 13): > > Oh, I didn't mean that. Both the configure script and the application > > Makefile are working. What I mean is, > > that the configure script doesn't let me to specify --libdir, --bindir, ... > > Thus a lot of files would be installed directly under the default > > ${PREFIX}, which is /usr/local, that's why I > > > > would like to specify a separated subdirectory under the ${PREFIX}, but my > > CONFIGURE_ARGS=--prefix=${PREFIX}/appname doesn't work, but I don't know > > why. > > Yes, that should have worked. Does it do what you want if you manually > run ./configure --prefix=/usr/local/appname ? If not, then the > configure script of the Makefile is broken, and you will need to patch > it or install the files yourself. Also, if you remove the leading @-sign from line 3293 of ports/Mk/bsd.port.mk, you can see the exact commandline that the port Makefile uses when it tries to run the configure script. -- Dan Nelson dnelson@allantgroup.com