pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ccache Enable pkgviews installation to allow to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/096290c7c52d
branches:  trunk
changeset: 470623:096290c7c52d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Mar 10 22:41:30 2004 +0000

description:
Enable pkgviews installation to allow to build other pkgviews packages
using ccache.  Noted by Ossi Herrala in PR pkg/24728.

diffstat:

 devel/ccache/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0a136557dcbf -r 096290c7c52d devel/ccache/Makefile
--- a/devel/ccache/Makefile     Wed Mar 10 22:26:26 2004 +0000
+++ b/devel/ccache/Makefile     Wed Mar 10 22:41:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/02/12 07:11:43 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/10 22:41:30 minskim Exp $
 
 DISTNAME=      ccache-2.3
 PKGREVISION=   1
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://ccache.samba.org/
 COMMENT=       Cache for C/C++ compilers
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         yes
 



Home | Main Index | Thread Index | Old Index