diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
commit | 792529759b850aa6227cf6c074e30e190258a2ed (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /shells/bash/Makefile | |
parent | 67b40424518ea89a6b2972171275539f5e3e6254 (diff) | |
download | pkgsrc-792529759b850aa6227cf6c074e30e190258a2ed.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index a8c1a3503de..bcd7f6169b3 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/05 16:27:28 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/03/30 03:44:44 jlam Exp $ DISTNAME= bash-3.1 PKGNAME= bash-3.1pl1 @@ -25,8 +25,7 @@ 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 - +INFO_FILES= # PLIST PKG_SHELL= bin/bash # All features enabled by default. |