diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-18 07:42:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-18 07:42:30 +0000 |
commit | f5bc2a757e3571a3c1435f83afe96afac8982459 (patch) | |
tree | c56af13b4209046694c1e9295c9e175b0ade1c5f /devel/ccache | |
parent | Add missing directory (diff) |
- Assign maintainership to submitter
- strip(1) binary
PR: ports/65692
Submitted by: michael johnson <ahze at ahze dot net>
Notes
Notes:
svn path=/head/; revision=107401
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/Makefile | 5 |
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> |