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