the audio/cam install process is broken. this patches the port Makefile and provides a do-install targes. see: http://bento.freebsd.org/errorlogs/4-latest/cam-1.02.log
geez, not so cool. copied in the wrong patch! --- Makefile.orig Thu Sep 5 10:29:57 2002 +++ Makefile Thu Sep 5 10:55:32 2002 @@ -16,4 +16,10 @@ MAN1= cam.1 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cam ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${INSTALL_MAN} ${WRKSRC}/cam.1 ${MANPREFIX}/share/man/man1 +.endif + .include <bsd.port.mk>
> geez, not so cool. copied in the wrong patch! Your original patch looked better, because manual pages are supposed to be installed regardless of whether NOPORTDOCS is set. See <URL:http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/x2953.html>. -- Trevor Johnson
State Changed From-To: open->closed committed--thank you, Adam