summaryrefslogtreecommitdiff
path: root/shells/bash2/patches
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-26 22:06:29 +0000
committerjlam <jlam>2002-09-26 22:06:29 +0000
commit069945311cb0d64efaee6fa5aeffca3b9e0b7c1e (patch)
tree0b4a4389005b8cecb76629e9c4f0beca290c54bd /shells/bash2/patches
parentc01d2f77ce54c15769a9d60f3a4f98d1180b4738 (diff)
downloadpkgsrc-069945311cb0d64efaee6fa5aeffca3b9e0b7c1e.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-ab22
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' \