diff options
author | grant <grant> | 2003-09-18 22:59:38 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-18 22:59:38 +0000 |
commit | 904322f3f2d194cd2f438d19f55892f085976ab3 (patch) | |
tree | 6821e7788e64001fc6802ca9339c4b133e932451 /shells/standalone-tcsh | |
parent | b82d8ce3974c5e32e986afa76752049139f888d8 (diff) | |
download | pkgsrc-904322f3f2d194cd2f438d19f55892f085976ab3.tar.gz |
override PREFIX, not LOCALBASE.
noted by abs on tech-pkg@.
Diffstat (limited to 'shells/standalone-tcsh')
-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 |