On 9/16/05, Bryan Irvine <[EMAIL PROTECTED]> wrote: > > How do I isntall every package in a directory? > > I've built one server (ldap/postfix/etc... yadda yadda) and I now want > to create 2 exact duplicate configurations with the existing packages > (that were orginially compiled from ports). > > I copied all the pacakges over to the new systesm and tried varying > forms of pkg_add *, pkg_add $(ls), blah blah blah and inevitably it > will get to a package that depends on another package (which is in > that directory as well) and the install will bomb. > > Is there an way to set install order?
man pkg_add: see PKG_PATH

