From owner-freebsd-questions Tue Mar 27 22:20:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.unixathome.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 50C1C37B718 for ; Tue, 27 Mar 2001 22:20:25 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (dan@wocker.int.nz.freebsd.org [192.168.0.99]) by ns1.unixathome.org (8.11.3/8.11.3) with ESMTP id f2S6KNf39308 for ; Wed, 28 Mar 2001 18:20:23 +1200 (NZST) (envelope-from dan@langille.org) Message-Id: <200103280620.f2S6KNf39308@ns1.unixathome.org> From: "Dan Langille" Organization: novice in training To: freebsd-questions@FreeBSD.ORG Date: Wed, 28 Mar 2001 18:20:23 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: should make package use the same options as make install? Reply-To: dan@langille.org X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just writing up an article and wanted to check something. Here's what I found back in January regarding installing bind from the ports and replacing the bind included with the base system: make PREFIX=/usr PIDDIR=/var/run DESTETC=/etc/namedb DESTEXEC=/usr/libexec DESTRUN=/var/run DESTSBIN=/usr/sbin DESTHELP=/usr/share/misc install If I then wanted to make a package, should I be using the same options? i.e.: make PREFIX=/usr PIDDIR=/var/run DESTETC=/etc/namedb DESTEXEC=/usr/libexec DESTRUN=/var/run DESTSBIN=/usr/sbin DESTHELP=/usr/share/misc package or will "make package" be sufficient? cheers -- Dan Langille pgpkey - finger dan@unixathome.org | http://unixathome.org/finger.php got any work? I'm looking for some. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message