On 2007/06/21 15:57, Edd Barrett wrote: > - Have pkg_add read the local filesystem if package not found in > PKG_PATH (perhaps do it first? not sure). Saves unsetting PKG_PATH if > the package is on your hard disk.
this is already possible: arch=`machine -a` PKG_PATH=ftp://some.mirror/path/to/packages/${arch}/:/usr/port/packages/${arch}/all/
