freebsd-ports/math/asymptote/files/patch-Makefile.in
Sam Lawrance 06e7477fa0 Update to 0.96
PR:		ports/90425
Submitted by:	Nicola Vitale <nivit@email.it> (maintainer)
2005-12-16 11:53:16 +00:00

22 lines
538 B
Text

$FreeBSD$
--- Makefile.in Tue Nov 8 08:22:41 2005
+++ Makefile.in.port Sat Dec 10 19:02:52 2005
@@ -37,7 +37,7 @@
datadir = @datadir@
asydir = $(datadir)/asymptote
docdir = $(datadir)/doc/asymptote
-exampledir = $(docdir)
+exampledir = $(datadir)/examples/asymptote
animationsdir = $(exampledir)/animations
latexdir = @latexdir@
INSTALL = @INSTALL@
@@ -64,7 +64,7 @@
rm -f $(GC).tar
cd $(GC); \
./configure --disable-threads --disable-shared --enable-cplusplus; \
- $(MAKE) check
+ $(MAKE)
doc: asy
cd doc; $(MAKE) doc