diff options
author | wiz <wiz@pkgsrc.org> | 2002-04-08 17:39:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-04-08 17:39:38 +0000 |
commit | 6c44ee92cf3b99c11b943a837fdd991f3cc09ea7 (patch) | |
tree | c4a1134360dd676a93d4c82ea4d83bc5198b95f9 /devel | |
parent | 963f95c24d8283682683500e87d754d66b5273e4 (diff) | |
download | pkgsrc-6c44ee92cf3b99c11b943a837fdd991f3cc09ea7.tar.gz |
pkglint, and remove a line from the DESCR.
Diffstat (limited to 'devel')
-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" |