diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-01 01:04:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-01 01:04:04 +0000 |
commit | 4b1fc7aa9da6ac2594f402cddd9d2fbc0a19c8d3 (patch) | |
tree | cc95ecb640ef928e3890b6905522e7046b6dc31a /math/labplot/files/patch-doc::br::Makefile.in | |
parent | Presenting GNOME 2.12.2 for FreeBSD. (diff) |
[New port] math/LabPlot: add LabPlot (Data analysis and visualisation tool)
Add a new port for LabPlot, a data analysis and visualisation tool
LabPlot is a program for two- and three-dimensional graphical
presentation of data sets and functions. LabPlot allows you to work
with multiple plots which each can have multiple graphs. The graphs
can be produced from data or from functions.
WWW: http://labplot.sf.net
PR: ports/88256
Submitted by: "Kay Lehmann" <kay_lehmann@web.de>
Notes
Notes:
svn path=/head/; revision=150102
Diffstat (limited to 'math/labplot/files/patch-doc::br::Makefile.in')
-rw-r--r-- | math/labplot/files/patch-doc::br::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/labplot/files/patch-doc::br::Makefile.in b/math/labplot/files/patch-doc::br::Makefile.in new file mode 100644 index 000000000000..087b291d8b30 --- /dev/null +++ b/math/labplot/files/patch-doc::br::Makefile.in @@ -0,0 +1,11 @@ +--- doc/br/Makefile.in.orig Mon Sep 26 18:50:08 2005 ++++ doc/br/Makefile.in Mon Sep 26 18:51:01 2005 +@@ -481,7 +481,7 @@ + fi + $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/br/LabPlot/index.docbook + rm -f $(DESTDIR)/$(kde_htmldir)/br/LabPlot/small_pics +- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/br/LabPlot/ ++ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/br/LabPlot/ + + uninstall-local: + #>- rm -f $(kde_htmldir)/br/LabPlot/small_pics |