Date: Thu, 5 Sep 2002 11:10:03 -0700 (PDT) From: Adam Weinberger <adam@vectors.cx> To: freebsd-ports@FreeBSD.org Subject: Re: ports/42453: patch: unbreak audio/cam install process Message-ID: <200209051810.g85IA3Di066252@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/42453; it has been noted by GNATS. From: Adam Weinberger <adam@vectors.cx> To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/42453: patch: unbreak audio/cam install process Date: Thu, 5 Sep 2002 11:05:59 -0700 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> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209051810.g85IA3Di066252>