summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-01-20 23:28:25 +0000
committerhubertf <hubertf>1998-01-20 23:28:25 +0000
commiteccbb81183f0b5333d6aae123cc88b4335f84f14 (patch)
tree21a9029672487e9f7b8ea30b7f115a57df331536 /shells/bash2
parentd6f5bb44aee9ff786c0c4f0cb827fa433ad7c4ea (diff)
downloadpkgsrc-eccbb81183f0b5333d6aae123cc88b4335f84f14.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')
-rw-r--r--shells/bash2/Makefile4
-rw-r--r--shells/bash2/patches/patch-aa7
2 files changed, 7 insertions, 4 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 53ebfdc9fbf..2c73653c6ef 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $NetBSD: Makefile,v 1.2 1998/01/01 05:00:02 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1998/01/20 23:28:25 hubertf Exp $
# FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp
#
@@ -17,6 +17,8 @@ DISTFILES= bash-2.01.tar.gz bash-doc-2.01.tar.gz
MAINTAINER= ache@FreeBSD.ORG
+BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
+RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
GNU_CONFIGURE= Yes
MAN1= bash.1 bashbug.1
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