diff options
author | reed <reed@pkgsrc.org> | 2005-12-27 21:32:59 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-12-27 21:32:59 +0000 |
commit | 21430ca4494bcae216534ecfda54e6cd2b240d8e (patch) | |
tree | f91a1197edba2d9a0468ccdc3f0a61071d1241f0 /shells/bash | |
parent | 0437fac11a048859fad4227cee73cdaeaa0d34d2 (diff) | |
download | pkgsrc-21430ca4494bcae216534ecfda54e6cd2b240d8e.tar.gz |
For both bash packages, use CPP to define
DEFAULT_PATH_VALUE as /usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin
(Instead of having non-existent default PATH directories.)
Bump PKGREVISION.
This is for PR 25044.
Okayed by bash2 maintainer.
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index f17b2ab149c..ffcf9572534 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2005/12/05 20:50:58 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2005/12/27 21:32:59 reed Exp $ DISTNAME= bash-3.0 PKGNAME= bash-3.0pl16 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ @@ -26,6 +26,7 @@ USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} +CPPFLAGS+= -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin\"" TEST_TARGET= test INFO_FILES= bash.info |