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

(-)Makefile (-2 / +2 lines)
Lines 15-23 Link Here
15
COMMENT=	A tool to minimize the compile time of C/C++ programs
15
COMMENT=	A tool to minimize the compile time of C/C++ programs
16
16
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
18
MAN1=		ccache.1
20
MAN1=		ccache.1
19
PLIST_FILES=	bin/ccache
21
PLIST_FILES=	bin/ccache
20
21
PORTDOCS=	index.html \
22
PORTDOCS=	index.html \
22
		ccache-man.html
23
		ccache-man.html
23
24
Lines 30-35 Link Here
30
	${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR}
31
	${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR}
31
.endfor
32
.endfor
32
.endif
33
.endif
33
	${STRIP_CMD} ${PREFIX}/bin/ccache
34
34
35
.include <bsd.port.mk>
35
.include <bsd.port.mk>

Return to bug 65747