From 6c20ca183a08f4571e322f6e28256fb741004bc3 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 5 Oct 2006 01:11:41 +0000 Subject: Prevent this package from scanning the whole filesystem during the install phase. --- shells/standalone-tcsh/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'shells') diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index 4ee2df4a3cc..5b92e3e307d 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -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 @@ PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches COMMENT:= Standalone version of the Extended C-shell MAINTAINER= agc@NetBSD.org +# FIXME: Packages shall only install into ${LOCALBASE} or a subdirectory. PREFIX= / + NLSDIR= usr/share/nls CONFIGURE_ARGS+= --prefix=${PREFIX:Q} CONFIGURE_ARGS+= --bindir=/bin -- cgit v1.2.3