diff options
author | wiz <wiz> | 2000-03-30 14:04:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-03-30 14:04:47 +0000 |
commit | 46fa9560aee16812fb4dc0100dfb1a3233d6a863 (patch) | |
tree | 34ed545292d7e26f4e3b6c14711b55bb2a483929 /shells/bash2/patches | |
parent | 6e014760cd47d8d3674bacb99bdcd52f07023e93 (diff) | |
download | pkgsrc-46fa9560aee16812fb4dc0100dfb1a3233d6a863.tar.gz |
remove overlooked obsoleted patch
Diffstat (limited to 'shells/bash2/patches')
-rw-r--r-- | shells/bash2/patches/patch-aa | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/shells/bash2/patches/patch-aa b/shells/bash2/patches/patch-aa deleted file mode 100644 index d0facc77c89..00000000000 --- a/shells/bash2/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.5 1998/08/07 11:13:52 agc Exp $ - ---- doc/Makefile.in.orig Tue Mar 3 14:02:18 1998 -+++ doc/Makefile.in Tue Aug 4 21:18:04 1998 -@@ -170,7 +170,10 @@ - -$(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 --dir-file=$(infodir)/dir $(infodir)/bash.info; \ -+ install-info \ -+ --entry="* BASH: (bash). Bash Reference Manual." \ -+ -s "Shells" \ -+ --dir-file=$(infodir)/dir $(infodir)/bash.info; \ - else true; fi - - uninstall: |