View | Details | Raw Unified | Return to bug 64925
Collapse All | Expand All

(-)Makefile (+10 lines)
Lines 16-20 Link Here
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
MAN1=		ccache.1
17
MAN1=		ccache.1
18
PLIST_FILES=	bin/ccache
18
PLIST_FILES=	bin/ccache
19
PORTDOCS=	index.html \
20
		ccache-man.html
21
22
post-install:
23
.if !defined(NOPORTDOCS)
24
	${MKDIR} ${DOCSDIR}
25
.for i in ${PORTDOCS}
26
	${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR}
27
.endfor
28
.endif
19
29
20
.include <bsd.port.mk>
30
.include <bsd.port.mk>

Return to bug 64925