diff options
Diffstat (limited to '')
| -rw-r--r-- | math/octave-devel/files/patch-examples+Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
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: |
