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 | |
parent | 67b40424518ea89a6b2972171275539f5e3e6254 (diff) | |
download | pkgsrc-792529759b850aa6227cf6c074e30e190258a2ed.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 5 | ||||
-rw-r--r-- | shells/bash/PLIST | 3 |
2 files changed, 4 insertions, 4 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. diff --git a/shells/bash/PLIST b/shells/bash/PLIST index f781f67e75b..634e059d94d 100644 --- a/shells/bash/PLIST +++ b/shells/bash/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/21 03:11:14 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/03/30 03:44:44 jlam Exp $ bin/bash bin/bashbug +info/bash.info man/man1/bash.1 man/man1/bashbug.1 ${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/bash.mo |