Date: Thu, 5 Sep 2002 10:46:47 -0700 (PDT) From: Adam Weinberger <adam@vectors.cx> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/42453: patch: unbreak audio/cam install process Message-ID: <200209051746.g85HklIe083275@vectors.cx>
next in thread | raw e-mail | index | archive | help
>Number: 42453 >Category: ports >Synopsis: patch: unbreak audio/cam install process >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 05 10:50:05 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD manifold.vectors.cx 4.6-STABLE FreeBSD 4.6-STABLE #10: Sat Jun 29 16:50:17 PDT 2002 root@manifold.vectors.cx:/usr/src/sys/compile/subspace i386 >Description: 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 >How-To-Repeat: >Fix: --- Makefile.orig Thu Sep 5 10:29:57 2002 +++ Makefile Thu Sep 5 10:35:10 2002 @@ -16,4 +16,8 @@ MAN1= cam.1 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cam ${BINDIR} + ${INSTALL_MAN} ${WRKSRC}/cam.1 ${MANDIR} + .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted: 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?200209051746.g85HklIe083275>