arved@freebsd.org has not committed my last version, Makefile includes wrong argument for configure: --prefix=${LOCALBASE}/${PORTNAME} Fix: ### patch starts here ### ### patch ends here ###--KdxNbQioANiDMZaaO7XbIsk8Ojsr36QQpRuHl3iksvRHBc5N Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig Sat Jan 17 00:07:34 2004 +++ Makefile Sat Jan 17 00:07:42 2004 @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_REINPLACE= yes CONFIGURE_TARGET= -CONFIGURE_ARGS+= --prefix=${LOCALBASE}/${PORTNAME} --with-freebsd-pthread +CONFIGURE_ARGS+= --prefix=${LOCALBASE} --with-freebsd-pthread MAN1= kvirc.1 How-To-Repeat: see Makefile
State Changed From-To: open->closed Committed, thanks ! I remove --prefix since bsd.port.mk adds it. make -V CONFIGURE_ARG