Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ccache/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 30 Mar 2004 09:41:59 -0000 1.19 +++ Makefile 18 Apr 2004 02:23:05 -0000 @@ -7,12 +7,12 @@ PORTNAME= ccache PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://ccache.samba.org/ftp/ccache/ -MAINTAINER= ports@FreeBSD.org -COMMENT= A tool to minimize the compile time of C programs +MAINTAINER= ahze@ahze.net +COMMENT= A tool to minimize the compile time of C/C++ programs GNU_CONFIGURE= yes MAN1= ccache.1 @@ -28,5 +28,6 @@ ${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR} .endfor .endif + ${STRIP_CMD} ${PREFIX}/bin/ccache .include