diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/standalone-tcsh/Makefile | 7 |
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 |