Date: Tue, 30 Mar 2004 03:21:35 -0500 (EST) From: michael johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/64925: [PATCH] devel/ccache: [add PORTDOCS] Message-ID: <200403300821.i2U8LZso045262@gentoo.ahze.net> Resent-Message-ID: <200403300830.i2U8UPh7085945@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 64925 >Category: ports >Synopsis: [PATCH] devel/ccache: [add PORTDOCS] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 30 00:30:25 PST 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 #38: Sat Mar 27 18:30:44 EST 2004 >Description: add PORTDOCS Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- ccache-2.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ccache/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 5 Feb 2004 20:37:02 -0000 1.18 +++ Makefile 30 Mar 2004 08:19:01 -0000 @@ -16,5 +16,15 @@ GNU_CONFIGURE= yes MAN1= ccache.1 PLIST_FILES= bin/ccache +PORTDOCS= index.html \ + ccache-man.html + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR} +.endfor +.endif .include <bsd.port.mk> --- ccache-2.3.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?200403300821.i2U8LZso045262>