Juan Miscaro wrote: [...] > I currently have the PACKAGE_REPOSITORY variable set to > > /home/ftp/4.2/packages > > but when I installed a port its package ended up under: > > /home/ftp/4.2/packages/i386/all > > How can I correct this?
After a glance at bsd.port.mk, it looks like you'll have to use a link: mkdir /home/ftp/4.2/packages/i386 ln -s .. /home/ftp/4.2/packages/i386/all Some ports will create a no-arch directory for architecture-independent packages. However, the two arch-independent ports I tested still create the package hard link in i386/all/. There may be some things I have missed so take it for what it's worth. -Brian [demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]