diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-26 22:06:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-26 22:06:29 +0000 |
commit | e60226c7e077677f2cab4824981e1786345db5b0 (patch) | |
tree | 0b4a4389005b8cecb76629e9c4f0beca290c54bd /shells/bash2/patches | |
parent | 13ce531326d8838bff80d17cab33774e4f5ecf74 (diff) | |
download | pkgsrc-e60226c7e077677f2cab4824981e1786345db5b0.tar.gz |
Install the bash documentation in a separate package. This removes any
dependency on texinfo should the base system not have it. Bump the
PKGREVISION.
Diffstat (limited to 'shells/bash2/patches')
-rw-r--r-- | shells/bash2/patches/patch-ab | 22 |
1 files changed, 15 insertions, 7 deletions
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' \ |