From e60226c7e077677f2cab4824981e1786345db5b0 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 26 Sep 2002 22:06:29 +0000 Subject: Install the bash documentation in a separate package. This removes any dependency on texinfo should the base system not have it. Bump the PKGREVISION. --- shells/bash2/patches/patch-ab | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'shells/bash2/patches') diff --git a/shells/bash2/patches/patch-ab b/shells/bash2/patches/patch-ab index cc5fd2bbb28..aa4cb194980 100644 --- a/shells/bash2/patches/patch-ab +++ b/shells/bash2/patches/patch-ab @@ -1,13 +1,21 @@ -$NetBSD: patch-ab,v 1.7 2001/08/04 06:58:24 jlam Exp $ +$NetBSD: patch-ab,v 1.8 2002/09/26 22:06:31 jlam Exp $ ---- Makefile.in.orig Tue Apr 3 21:03:24 2001 -+++ Makefile.in Mon Apr 16 12:44:31 2001 -@@ -599,7 +599,7 @@ +--- Makefile.in.orig Tue Apr 3 12:03:24 2001 ++++ Makefile.in +@@ -595,15 +595,10 @@ TAGS: $(SOURCES) $(BUILTIN_C_SRC) $(LIBR + installdirs: + @${SHELL} $(SUPPORT_SRC)mkdirs $(bindir) + @${SHELL} $(SUPPORT_SRC)mkdirs $(man1dir) $(man3dir) +- @${SHELL} $(SUPPORT_SRC)mkdirs $(infodir) install: .made installdirs $(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(bindir)/$(Program) - $(INSTALL_PROGRAM) $(INSTALLMODE2) bashbug $(bindir)/bashbug +- -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \ +- man1dir=$(man1dir) man1ext=$(man1ext) \ +- man3dir=$(man3dir) man3ext=$(man3ext) \ +- infodir=$(infodir) htmldir=$(htmldir) $@ ) + $(INSTALL_SCRIPT) $(INSTALLMODE2) bashbug $(bindir)/bashbug - -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \ - man1dir=$(man1dir) man1ext=$(man1ext) \ - man3dir=$(man3dir) man3ext=$(man3ext) \ + + install-strip: + $(MAKE) $(MFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ -- cgit v1.2.3