Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2001 18:20:23 +1200
From:      "Dan Langille" <dan@langille.org>
To:        freebsd-questions@FreeBSD.ORG
Subject:   should make package use the same options as make install?
Message-ID:  <200103280620.f2S6KNf39308@ns1.unixathome.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103280620.f2S6KNf39308>