diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-03 08:55:45 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-03 08:55:45 +0000 |
commit | 03edf9b7fc6849d310104fbe221bd4cd3c90df71 (patch) | |
tree | 0bdc7ce5aa5223828130dad742db7827d48ae895 /shells/bash/files/patch-doc_Makefile.in | |
parent | Update to 0.2.4.21 (diff) |
- Reset maintainer of shells/bash, shells/bash-static
- Takeover maintainership
- Merge changes from shells/bash-devel this updates the port to 4.3
- Remove the now useless -devel ports
- Document change in ports/MOVED
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=346866
Diffstat (limited to 'shells/bash/files/patch-doc_Makefile.in')
-rw-r--r-- | shells/bash/files/patch-doc_Makefile.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/shells/bash/files/patch-doc_Makefile.in b/shells/bash/files/patch-doc_Makefile.in new file mode 100644 index 000000000000..ef9ff11b4b4d --- /dev/null +++ b/shells/bash/files/patch-doc_Makefile.in @@ -0,0 +1,21 @@ +--- doc/Makefile.in.orig 2014-03-02 13:39:04.000000000 -0500 ++++ doc/Makefile.in 2014-03-02 13:39:56.000000000 -0500 +@@ -167,7 +167,7 @@ + bashref.dvi: $(BASHREF_FILES) $(HSUSER) $(RLUSER) + ${SET_TEXINPUTS} $(TEXI2DVI) $(srcdir)/bashref.texi || { ${RM} $@ ; exit 1; } + +-bashref.info: $(BASHREF_FILES) $(HSUSER) $(RLUSER) ++bash.info: $(BASHREF_FILES) $(HSUSER) $(RLUSER) + $(MAKEINFO) --no-split -I$(TEXINPUTDIR) $(srcdir)/bashref.texi + + # can also use: +@@ -175,9 +175,6 @@ + bashref.html: $(BASHREF_FILES) $(HSUSER) $(RLUSER) + $(TEXI2HTML) -menu -monolithic -I $(TEXINPUTDIR) $(srcdir)/bashref.texi + +-bash.info: bashref.info +- ${SHELL} ${INFOPOST} < $(srcdir)/bashref.info > $@ ; \ +- + bash.txt: bash.1 + bash.ps: bash.1 + bash.html: bash.1 $(MAN2HTML) |