On Mon, Jul 16, 2007 at 11:06:12PM +0200, Landry Breuil wrote: > > - --prefix=${LOCALBASE} looks wrong > > Changed to /usr/local
I didn't look at the port itself, but just to clarify this a little bit: LOCALBASE is where dependencies actually reside, so it's typically used for -I and -L argsuments, or for --with-foo=${LOCALBASE}/bin/foo). PREFIX is special, since it's usually ${LOCALBASE} during configure and build, but ${WRKINST}${PREFIX} during install. That's the short story. More complete documentation in bsd.port.mk(5), section "THE FAKE FRAMEWORK". Ciao, Kili