diff options
Diffstat (limited to 'math/octave-devel/files/patch-examples+Makefile.in')
-rw-r--r-- | math/octave-devel/files/patch-examples+Makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/math/octave-devel/files/patch-examples+Makefile.in b/math/octave-devel/files/patch-examples+Makefile.in deleted file mode 100644 index 177e7d8cc6c6..000000000000 --- a/math/octave-devel/files/patch-examples+Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- 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 \ -- $(DESKTOP_FILE_INSTALL) --dir=$(DESTDIR)$(datadir)/applications \ -- --vendor www.octave.org octave.desktop; \ -- fi -+# -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 - - uninstall: |