aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-18 07:42:30 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-18 07:42:30 +0000
commitf5bc2a757e3571a3c1435f83afe96afac8982459 (patch)
treec56af13b4209046694c1e9295c9e175b0ade1c5f /devel/ccache/Makefile
parentd68eef4d1519e55b5f023daad30cd508b01b7ea7 (diff)
downloadports-f5bc2a757e3571a3c1435f83afe96afac8982459.tar.gz
ports-f5bc2a757e3571a3c1435f83afe96afac8982459.zip
Notes
Diffstat (limited to 'devel/ccache/Makefile')
-rw-r--r--devel/ccache/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index 5aa0932d30e5..5d39fbbd7d45 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -11,8 +11,8 @@ PORTREVISION= 1
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 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR}
.endfor
.endif
+ ${STRIP_CMD} ${PREFIX}/bin/ccache
.include <bsd.port.mk>