summaryrefslogtreecommitdiff
path: root/shells/bash2/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-01-20 23:28:25 +0000
committerhubertf <hubertf>1998-01-20 23:28:25 +0000
commitfd670c28434b0796b609dbd82cc7afa5dfa02e86 (patch)
tree21a9029672487e9f7b8ea30b7f115a57df331536 /shells/bash2/patches
parent4ba51e0dc8edff4f3441d9df3c19b0273d42fb6d (diff)
downloadpkgsrc-fd670c28434b0796b609dbd82cc7afa5dfa02e86.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-aa7
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