diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-28 22:27:59 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-28 22:27:59 +0000 |
commit | ac187f606c316bd734a297789f8ca8cb3885a99d (patch) | |
tree | 6e3c79cd7cbd8d1d7814482583861de3528e4f22 /math/qhull5/files/patch-src::Makefile.in | |
parent | Update to Lire v1.5 (diff) |
Add qhull 1.0, qhull computes convex hulls, Delaunay triangulations
and halfspaces.
Remark: submitter time-out -> maintainership assigned to ports@.
PR: 63693
Submitted by: pusto@web.de
Notes
Notes:
svn path=/head/; revision=107890
Diffstat (limited to 'math/qhull5/files/patch-src::Makefile.in')
-rw-r--r-- | math/qhull5/files/patch-src::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/qhull5/files/patch-src::Makefile.in b/math/qhull5/files/patch-src::Makefile.in new file mode 100644 index 000000000000..9623670c7d08 --- /dev/null +++ b/math/qhull5/files/patch-src::Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Fri Feb 6 16:33:23 2004 ++++ src/Makefile.in Wed Apr 28 23:37:31 2004 +@@ -198,7 +198,7 @@ + + # to: + docdir = $(prefix)/share/doc/$(PACKAGE) +-examplesdir = $(docdir)/examples ++examplesdir = $(prefix)/share/examples/$(PACKAGE) + + # which: + examples_DATA = \ |