From 671687d7a2cd596db760d84886162ecb6d5433a0 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 30 Mar 2004 09:41:59 +0000 Subject: - Add PORTDOCS PR: ports/64925 Submitted by: michael johnson --- devel/ccache/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'devel/ccache/Makefile') diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 02d2b25d2a2e..5aa0932d30e5 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -7,6 +7,7 @@ PORTNAME= ccache PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://ccache.samba.org/ftp/ccache/ @@ -17,4 +18,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 -- cgit v1.2.3