pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/rc.subr This package cannot use CHECK_FILES b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/435363ccfc2a
branches:  trunk
changeset: 519547:435363ccfc2a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 05 08:51:59 2006 +0000

description:
This package cannot use CHECK_FILES because it is one of the two that
sets PREFIX=/.

diffstat:

 pkgtools/rc.subr/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d8d1b4d49a17 -r 435363ccfc2a pkgtools/rc.subr/Makefile
--- a/pkgtools/rc.subr/Makefile Thu Oct 05 02:59:54 2006 +0000
+++ b/pkgtools/rc.subr/Makefile Thu Oct 05 08:51:59 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/12/29 06:22:06 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/10/05 08:51:59 rillig Exp $
 #
 
 DISTNAME=              rc.subr-20041011
@@ -18,6 +18,8 @@
 NO_CONFIGURE=          yes
 NO_MTREE=              yes
 
+CHECK_FILES_SUPPORTED= no
+
 PLIST_SUBST+=          RCD_SCRIPTS_DIR=${RCD_SCRIPTS_DIR:S/^\///}
 
 CONF_FILES+=           ${PREFIX}etc/rc.conf.example ${PREFIX}etc/rc.conf



Home | Main Index | Thread Index | Old Index