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

(-)Makefile (-3 / +4 lines)
Lines 7-18 Link Here
7
7
8
PORTNAME=	ccache
8
PORTNAME=	ccache
9
PORTVERSION=	2.3
9
PORTVERSION=	2.3
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	http://ccache.samba.org/ftp/ccache/
12
MASTER_SITES=	http://ccache.samba.org/ftp/ccache/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ahze@ahze.net
15
COMMENT=	A tool to minimize the compile time of 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
MAN1=		ccache.1
18
MAN1=		ccache.1
Lines 28-32 Link Here
28
	${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR}
28
	${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR}
29
.endfor
29
.endfor
30
.endif
30
.endif
31
	${STRIP_CMD} ${PREFIX}/bin/ccache
31
32
32
.include <bsd.port.mk>
33
.include <bsd.port.mk>

Return to bug 65692