- Assign maintainership to submitter

- strip(1) binary

PR:		ports/65692
Submitted by:	michael johnson <ahze at ahze dot net>
This commit is contained in:
Kirill Ponomarev 2004-04-18 07:42:30 +00:00
parent d68eef4d15
commit f5bc2a757e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107401

View file

@ -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>