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