diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-26 17:32:40 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-26 17:32:40 +0000 |
commit | f87963630cbb4fc06b7cf8102af1187e3cedcc28 (patch) | |
tree | 7158ccd776cb2b435c150e53547766b60e175ed2 /math/octave/files/patch-aa | |
parent | Update to 0.5.17 (diff) |
[1]:
- Update to 2.1.71
- Use ${INFO}
Moreover:
- Polish the Makefile
PR: ports/81482 [1]
Submitted by: Johan van Selst <johans@stack.nl> [1]
Notes
Notes:
svn path=/head/; revision=136189
Diffstat (limited to 'math/octave/files/patch-aa')
-rw-r--r-- | math/octave/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/octave/files/patch-aa b/math/octave/files/patch-aa index e1e8e37f36a1..2e4bfbb01073 100644 --- a/math/octave/files/patch-aa +++ b/math/octave/files/patch-aa @@ -1,11 +1,11 @@ ---- doc/liboctave/Makefile.in.orig Wed Oct 30 10:04:00 2002 -+++ doc/liboctave/Makefile.in Tue Jun 10 01:25:22 2003 +--- doc/liboctave/Makefile.in.orig Wed May 25 22:19:58 2005 ++++ doc/liboctave/Makefile.in Wed May 25 22:52:46 2005 @@ -43,7 +43,7 @@ .PHONY: all liboctave.info: $(TEXINFO) ../conf.texi -- -makeinfo -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi -+ -makeinfo --force --no-split -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi +- -$(MAKEINFO) -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi ++ -$(MAKEINFO) --force --no-split -I$(srcdir) -I$(srcdir)/.. $(srcdir)/liboctave.texi liboctave.dvi: $(TEXINFO) ../conf.texi -TEXINPUTS="$(srcdir):$(srcdir)/..:$(TEXINPUTS):"; \ |