Date: Sun, 18 Apr 2004 20:30:34 -0400 (EDT) From: michael johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65739: [MAINTAINER] devel/ccache: [Use INSTALL_* macro] Message-ID: <20040419003034.183F86629@ahze.ahze.net> Resent-Message-ID: <200404190030.i3J0UBjo030528@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65739 >Category: ports >Synopsis: [MAINTAINER] devel/ccache: [Use INSTALL_* macro] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 18 17:30:11 PDT 2004 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #41: Tue Apr 13 22:30:51 EDT 2004 >Description: - use INSTALL_* macros recommended by Trevor Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- ccache-2.3_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ccache/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- Makefile 18 Apr 2004 07:42:30 -0000 1.20 +++ Makefile 19 Apr 2004 00:23:24 -0000 @@ -21,13 +21,14 @@ PORTDOCS= index.html \ ccache-man.html -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ccache ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ccache.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR} .endfor .endif - ${STRIP_CMD} ${PREFIX}/bin/ccache .include <bsd.port.mk> --- ccache-2.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040419003034.183F86629>