diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-10 17:28:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-10 17:28:38 +0000 |
commit | 15e5f3afbad771111bbd928ccb302dbd060866df (patch) | |
tree | 1b8d82a681595453b1eb99319021f61f0c480ac4 /math/qscanplot/files/patch-qscanplot::Makefile.in | |
parent | o Deal correctly with gnome: use proper paths if it is not (diff) |
Add qscanplot 0.3, a program to extract data from scanned plots, graphs and
figures.
Notes
Notes:
svn path=/head/; revision=52870
Diffstat (limited to 'math/qscanplot/files/patch-qscanplot::Makefile.in')
-rw-r--r-- | math/qscanplot/files/patch-qscanplot::Makefile.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/math/qscanplot/files/patch-qscanplot::Makefile.in b/math/qscanplot/files/patch-qscanplot::Makefile.in new file mode 100644 index 000000000000..c2b8b2aa078e --- /dev/null +++ b/math/qscanplot/files/patch-qscanplot::Makefile.in @@ -0,0 +1,26 @@ + +$FreeBSD$ + +--- qscanplot/Makefile.in 2002/01/10 16:00:24 1.1 ++++ qscanplot/Makefile.in 2002/01/10 16:01:15 +@@ -615,16 +615,16 @@ + install-data-local: + #>- $(mkinstalldirs) /opt/kde/share/icons/ + #>+ 1 +- $(mkinstalldirs) $(DESTDIR)/opt/kde/share/icons/ ++# $(mkinstalldirs) $(DESTDIR)/opt/kde/share/icons/ + #>- $(INSTALL_DATA) $(srcdir)/mini-qscanplot.xpm /opt/kde/share/icons/mini-qscanplot.xpm + #>+ 1 +- $(INSTALL_DATA) $(srcdir)/mini-qscanplot.xpm $(DESTDIR)/opt/kde/share/icons/mini-qscanplot.xpm ++# $(INSTALL_DATA) $(srcdir)/mini-qscanplot.xpm $(DESTDIR)/opt/kde/share/icons/mini-qscanplot.xpm + #>- $(mkinstalldirs) /opt/kde/share/icons/ + #>+ 1 +- $(mkinstalldirs) $(DESTDIR)/opt/kde/share/icons/ ++# $(mkinstalldirs) $(DESTDIR)/opt/kde/share/icons/ + #>- $(INSTALL_DATA) $(srcdir)/qscanplot.xpm /opt/kde/share/icons/qscanplot.xpm + #>+ 1 +- $(INSTALL_DATA) $(srcdir)/qscanplot.xpm $(DESTDIR)/opt/kde/share/icons/qscanplot.xpm ++# $(INSTALL_DATA) $(srcdir)/qscanplot.xpm $(DESTDIR)/opt/kde/share/icons/qscanplot.xpm + + uninstall-local: + #>- -rm -f /opt/kde/share/icons/mini-qscanplot.xpm |