pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/standalone-tcsh override PREFIX, not LOCALBASE.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8b8f4219ca9
branches: trunk
changeset: 461657:f8b8f4219ca9
user: grant <grant%pkgsrc.org@localhost>
date: Thu Sep 18 22:59:38 2003 +0000
description:
override PREFIX, not LOCALBASE.
noted by abs on tech-pkg@.
diffstat:
shells/standalone-tcsh/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r da049bc77449 -r f8b8f4219ca9 shells/standalone-tcsh/Makefile
--- a/shells/standalone-tcsh/Makefile Thu Sep 18 21:59:15 2003 +0000
+++ b/shells/standalone-tcsh/Makefile Thu Sep 18 22:59:38 2003 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index