diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-28 21:42:30 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-05-28 21:42:30 +0000 |
| commit | a9f9e9d8ea2751c1ec72656d861f5b88e98a3aaf (patch) | |
| tree | 40cbc3924243401682e61c47ef9c8cc160d4f0d8 /math/asymptote/files/patch-Makefile.in | |
| parent | Adding port mail/p5-Mail-Audit-Attach, Mail::Audit plugin for attachment hand... (diff) | |
Update to 1.05
PR: 97593
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
Diffstat (limited to 'math/asymptote/files/patch-Makefile.in')
| -rw-r--r-- | math/asymptote/files/patch-Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in index 16d9303537a9..c43408f904ae 100644 --- a/math/asymptote/files/patch-Makefile.in +++ b/math/asymptote/files/patch-Makefile.in @@ -1,17 +1,17 @@ $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@ +--- Makefile.in Thu May 18 07:44:26 2006 ++++ Makefile.in.port Sun May 21 22:20:49 2006 +@@ -39,7 +39,7 @@ + datadir = $(DESTDIR)@datadir@ asydir = $(datadir)/asymptote docdir = $(datadir)/doc/asymptote --exampledir = $(docdir) +-exampledir = $(docdir)/examples +exampledir = $(datadir)/examples/asymptote animationsdir = $(exampledir)/animations - latexdir = @latexdir@ + latexdir = $(DESTDIR)@latexdir@ INSTALL = @INSTALL@ -@@ -64,7 +64,7 @@ +@@ -65,7 +65,7 @@ rm -f $(GC).tar cd $(GC); \ ./configure --disable-threads --disable-shared --enable-cplusplus; \ |
