Summary: | patch: unbreak audio/cam install process | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Adam Weinberger <adam> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Adam Weinberger
2002-09-05 18:50:05 UTC
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 |