summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-05 01:11:41 +0000
committerrillig <rillig@pkgsrc.org>2006-10-05 01:11:41 +0000
commit380d1a065514335bae3bfa552048dff3138b4ecf (patch)
treee67c1c3bdbf84f6916f243e5b57e51261b04b232 /shells
parent9af6cadbee9fefe23a1d323c49f658e58589347f (diff)
downloadpkgsrc-380d1a065514335bae3bfa552048dff3138b4ecf.tar.gz
Prevent this package from scanning the whole filesystem during the
install phase.
Diffstat (limited to 'shells')
-rw-r--r--shells/standalone-tcsh/Makefile7
1 files changed, 6 insertions, 1 deletions
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