On 2008-09-17, my mail <[EMAIL PROTECTED]> wrote: > I have successfull build jdk 1.6 using ports, > after run > # make > > and the proces run sucessful, but why i can't found the packages at > /usr/ports/packages/i386/all ?
Because you just ran "make", not "make package" or "make install". > i try to run > # make install Now you have created the package too. Look in /usr/ports/packages after doing this.