diff options
-rw-r--r-- | shells/standalone-tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index 81003b22498..37e5748f645 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/05/05 10:54:13 agc Exp $ +# $NetBSD: Makefile,v 1.10 2003/09/18 22:59:38 grant Exp $ # NO_MTREE= YES @@ -15,7 +15,7 @@ COMMENT:= Standalone version of the Extended C-shell PATCH:= ${PATCH} PKG_INFO:= ${PKG_INFO} PKG_CREATE:= ${PKG_CREATE} -LOCALBASE= / +PREFIX= / NLSDIR= usr/share/nls CONFIGURE_ARGS= --prefix=${PREFIX} --bindir=/bin CONFIGURE_ARGS+= --mandir=/usr/share/man |