diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-20 23:28:25 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-20 23:28:25 +0000 |
commit | ad3d2fa71957dd9d7b0c5e4f6bda2601defd622c (patch) | |
tree | 21a9029672487e9f7b8ea30b7f115a57df331536 /shells/bash2/patches | |
parent | 3beb06c1a22aaf0fa3b8841f4e0ebc5a40213389 (diff) | |
download | pkgsrc-ad3d2fa71957dd9d7b0c5e4f6bda2601defd622c.tar.gz |
Add gtexinfo as requirement to build/install bash (needed for the info
page). This fixes PR pkg/4850 by Perry E. Metzger <perry@piermont.com>.
Also while there, see that the section under which the info file in the
dir file ends up is "Shells", not "Misc". (To be consistent with zsh)
Diffstat (limited to 'shells/bash2/patches')
-rw-r--r-- | shells/bash2/patches/patch-aa | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shells/bash2/patches/patch-aa b/shells/bash2/patches/patch-aa index f30ca9d79b7..d46d6ac73cb 100644 --- a/shells/bash2/patches/patch-aa +++ b/shells/bash2/patches/patch-aa @@ -1,5 +1,5 @@ -*** doc/Makefile.in.bak Fri Jan 31 00:12:33 1997 ---- doc/Makefile.in Sat Jun 28 02:23:01 1997 +*** doc/Makefile.in.orig Thu Jan 30 22:12:33 1997 +--- doc/Makefile.in Wed Jan 21 00:13:58 1998 *************** *** 155,161 **** -$(INSTALL_DATA) $(srcdir)/bashref.info $(infodir)/bash.info @@ -9,12 +9,13 @@ else true; fi uninstall: ---- 155,163 ---- +--- 155,164 ---- -$(INSTALL_DATA) $(srcdir)/bashref.info $(infodir)/bash.info # run install-info if it is present to update the info directory if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ ! install-info \ ! --entry="* BASH: (bash). Bash Reference Manual." \ +! -s "Shells" \ ! --dir-file=$(infodir)/dir $(infodir)/bash.info; \ else true; fi |