From ad0a58d3283e844f8e16954fd10cb10a6a8e0bfa Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Fri, 22 Aug 2008 20:59:15 +0000 Subject: Update to 3.1.51. --- math/octave-devel/files/patch-examples+Makefile.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'math/octave-devel/files/patch-examples+Makefile.in') diff --git a/math/octave-devel/files/patch-examples+Makefile.in b/math/octave-devel/files/patch-examples+Makefile.in index 8e1f7cf4dbdc..177e7d8cc6c6 100644 --- a/math/octave-devel/files/patch-examples+Makefile.in +++ b/math/octave-devel/files/patch-examples+Makefile.in @@ -1,17 +1,17 @@ ---- examples/Makefile.in~ Wed Dec 14 12:13:54 2005 -+++ examples/Makefile.in Wed Jul 5 12:59:06 2006 -@@ -51,10 +51,10 @@ +--- examples/Makefile.in~ 2008-07-22 00:59:03.000000000 +0900 ++++ examples/Makefile.in 2008-08-23 05:46:34.000000000 +0900 +@@ -95,10 +95,10 @@ rm -f $(DESTDIR)$(imagedir)/$$f; \ $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(imagedir)/$$f; \ done -- if test -n "$(DESKTOP_FILE_INSTALL)"; then \ +- -if test -n "$(DESKTOP_FILE_INSTALL)"; then \ - $(DESKTOP_FILE_INSTALL) --dir=$(DESTDIR)$(datadir)/applications \ - --vendor www.octave.org octave.desktop; \ - fi -+# if test -n "$(DESKTOP_FILE_INSTALL)"; then \ ++# -if test -n "$(DESKTOP_FILE_INSTALL)"; then \ +# $(DESKTOP_FILE_INSTALL) --dir=$(DESTDIR)$(datadir)/applications \ +# --vendor www.octave.org octave.desktop; \ +# fi .PHONY: install install-strip - tags: + uninstall: -- cgit v1.2.3