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 | |
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')
-rw-r--r-- | shells/bash2/Makefile | 4 | ||||
-rw-r--r-- | shells/bash2/patches/patch-aa | 7 |
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 |