summaryrefslogtreecommitdiff
path: root/shells/bash
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2007-01-08 19:26:31 +0000
committerreed <reed@pkgsrc.org>2007-01-08 19:26:31 +0000
commit0624df5987aad1652934839797eeb91ee3047185 (patch)
treef50dce7e3bb65becd32af67b04b81e8f7045c920 /shells/bash
parenta589f6074125ada67b188a00fdd0e8bc39b40476 (diff)
downloadpkgsrc-0624df5987aad1652934839797eeb91ee3047185.tar.gz
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.
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/Makefile5
1 files changed, 3 insertions, 2 deletions
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