diff options
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/DESCR | 2 | ||||
-rw-r--r-- | devel/ccache/Makefile | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/ccache/DESCR b/devel/ccache/DESCR index a1ecbce5d6e..077454b11b9 100644 --- a/devel/ccache/DESCR +++ b/devel/ccache/DESCR @@ -2,5 +2,3 @@ ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations. - -(quote from http://ccache.samba.org/) diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index fd67a18105e..64228ad1638 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.1 2002/04/08 17:07:53 kent Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/08 17:39:38 wiz Exp $ DISTNAME= ccache-1.5 -MASTER_SITES= http://ccache.samba.org/ftp/ccache/ CATEGORIES= devel -MAINTENER= packages@netbsd.org +MASTER_SITES= http://ccache.samba.org/ftp/ccache/ + +MAINTAINER= packages@netbsd.org HOMEPAGE= http://ccache.samba.org/ COMMENT= Cache for C/C++ compilers -GNU_CONFIGURE= +GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |