summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-05 01:11:41 +0000
committerrillig <rillig>2006-10-05 01:11:41 +0000
commit6c20ca183a08f4571e322f6e28256fb741004bc3 (patch)
treee67c1c3bdbf84f6916f243e5b57e51261b04b232 /shells
parentc430df7b918c4aa187ba75e6ad88ebaa178b92db (diff)
downloadpkgsrc-6c20ca183a08f4571e322f6e28256fb741004bc3.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