pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/standalone-tcsh Prevent this package from scann...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40c1a3a241e9
branches:  trunk
changeset: 519536:40c1a3a241e9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 05 01:11:41 2006 +0000

description:
Prevent this package from scanning the whole filesystem during the
install phase.

diffstat:

 shells/standalone-tcsh/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 2204e80a919e -r 40c1a3a241e9 shells/standalone-tcsh/Makefile
--- a/shells/standalone-tcsh/Makefile   Thu Oct 05 01:10:59 2006 +0000
+++ b/shells/standalone-tcsh/Makefile   Thu Oct 05 01:11:41 2006 +0000
@@ -1,6 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2005/12/19 14:12:31 abs Exp $
+# $NetBSD: Makefile,v 1.20 2006/10/05 01:11:41 rillig Exp $
 #
 
+# FIXME: This is because of PREFIX=/ below.
+CHECK_FILES_SUPPORTED= no
+
 NO_MTREE=              YES
 
 PKGNAME=               standalone-${DISTNAME}
@@ -13,7 +16,9 @@
 COMMENT:=              Standalone version of the Extended C-shell
 MAINTAINER=            agc%NetBSD.org@localhost
 
+# FIXME: Packages shall only install into ${LOCALBASE} or a subdirectory.
 PREFIX=                        /
+
 NLSDIR=                        usr/share/nls
 CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
 CONFIGURE_ARGS+=       --bindir=/bin



Home | Main Index | Thread Index | Old Index