aboutsummaryrefslogtreecommitdiff
path: root/math/gnuplot
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-10-29 01:56:56 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-10-29 01:56:56 +0000
commitc0062bb6cd4762221b5c641be83e06a0df7549d5 (patch)
tree5d5d7648bcfc5e152fc69ec82906bfd93075eadc /math/gnuplot
parenta8ef62c107e892dd5320aee62cb8b21fc83b9d65 (diff)
downloadports-c0062bb6cd4762221b5c641be83e06a0df7549d5.tar.gz
ports-c0062bb6cd4762221b5c641be83e06a0df7549d5.zip
. Don't try to regenerate gnuplot.texi when emacs is installed as this
currently fails. Reported by: Andriy Gapon <avg@icyb.net.ua>
Notes
Notes: svn path=/head/; revision=202254
Diffstat (limited to 'math/gnuplot')
-rw-r--r--math/gnuplot/files/patch-docs-Makefile.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/gnuplot/files/patch-docs-Makefile.in b/math/gnuplot/files/patch-docs-Makefile.in
new file mode 100644
index 000000000000..75fbf7ecb089
--- /dev/null
+++ b/math/gnuplot/files/patch-docs-Makefile.in
@@ -0,0 +1,23 @@
+$FreeBSD$
+
+--- docs/Makefile.in.orig Sun Oct 28 18:24:49 2007
++++ docs/Makefile.in Sun Oct 28 18:25:14 2007
+@@ -351,12 +351,12 @@
+ # Thanks to Bruce Ravel for doc2texi.el!
+ $(srcdir)/gnuplot.texi: $(srcdir)/doc2texi.el $(srcdir)/gnuplot.doc
+ @echo "Creating texinfo"
+- @if test "$(EMACS)" != no; then \
+- cd $(srcdir) ; \
+- $(EMACS) -batch -l doc2texi.el -f d2t-doc-to-texi ; \
+- else \
+- echo "No emacs found - cannot create texinfo file" ; \
+- fi
++# @if test "$(EMACS)" != no; then \
++# cd $(srcdir) ; \
++# $(EMACS) -batch -l doc2texi.el -f d2t-doc-to-texi ; \
++# else \
++# echo "No emacs found - cannot create texinfo file" ; \
++# fi
+
+ # this is how to make OS/2 ipfc documentation
+ ipf: gnuplot.ipf