diff options
author | reed <reed> | 2005-12-27 21:32:59 +0000 |
---|---|---|
committer | reed <reed> | 2005-12-27 21:32:59 +0000 |
commit | ff0166477813e40407c14895331653b6d57ca887 (patch) | |
tree | f91a1197edba2d9a0468ccdc3f0a61071d1241f0 /shells/bash2 | |
parent | d8351357cf02ca2241fd08b113f85a363e3d5c28 (diff) | |
download | pkgsrc-ff0166477813e40407c14895331653b6d57ca887.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/bash2')
-rw-r--r-- | shells/bash2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 7b624a7419d..1b3b7c39edd 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.68 2005/12/05 20:50:58 rillig Exp $ +# $NetBSD: Makefile,v 1.69 2005/12/27 21:32:59 reed Exp $ # DISTNAME= bash-2.05b PKGNAME= bash-2.05.2.7 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ @@ -25,6 +25,7 @@ USE_PKGINSTALL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-installed-readline MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} +CPPFLAGS+= -DDEFAULT_PATH_VALUE="\"/usr/bin:/bin:${LOCALBASE}/bin:/usr/local/bin\"" TEST_TARGET= test PKG_SHELL= bin/bash |