From 0624df5987aad1652934839797eeb91ee3047185 Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 8 Jan 2007 19:26:31 +0000 Subject: Fix bash's default path to not have hard-coded /usr/pkg/bin but use LOCALBASE. I think I did this last December 2005, but did bash2 package correctly. Reported by Georg Schwarz via tech-pkg. --- shells/bash/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shells/bash') diff --git a/shells/bash/Makefile b/shells/bash/Makefile index dc524a9c1e9..e6fb22b1eaf 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2006/10/22 11:19:24 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2007/01/08 19:26:31 reed Exp $ DISTNAME= bash-3.2 +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ @@ -22,7 +23,7 @@ TEXINFO_REQD= 4.1 GNU_CONFIGURE= yes MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} CONFIGURE_ARGS= LOCAL_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS:M*:Q} -CPPFLAGS+= -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin\"" +CPPFLAGS+= -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\"" TEST_TARGET= test INFO_FILES= YES # PLIST -- cgit v1.2.3