diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-30 15:56:39 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-30 15:56:39 +0000 |
| commit | fdc2157b926cb96d9d72bd0df040558fd468555f (patch) | |
| tree | 0914ae8f469e0b527a91cfbce76fefc1b5672455 /math/asymptote/files/patch-Makefile.in | |
| parent | Fix IMAP buffer overflow: (diff) | |
Update to 1.10
PR: 99635
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 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in index 419e3eabe835..27d561f9c680 100644 --- a/math/asymptote/files/patch-Makefile.in +++ b/math/asymptote/files/patch-Makefile.in @@ -1,7 +1,5 @@ -$FreeBSD$ - ---- Makefile.in Mon Jun 19 05:36:26 2006 -+++ Makefile.in.port Tue Jun 20 16:54:08 2006 +--- Makefile.in Wed Jun 28 08:04:21 2006 ++++ Makefile.in.port Fri Jun 30 06:59:03 2006 @@ -20,8 +20,8 @@ CLEAN = camp.output NAME = asy @@ -16,7 +14,7 @@ $FreeBSD$ @@ -42,7 +42,7 @@ datadir = $(DESTDIR)@datadir@ asydir = $(datadir)/asymptote - docdir = $(DESTDIR)@Docdir@ + docdir = $(DESTDIR)@docdir@ -exampledir = $(docdir)/examples +exampledir = $(datadir)/examples/asymptote animationsdir = $(exampledir)/animations @@ -36,7 +34,7 @@ $FreeBSD$ -${INSTALL} -d $(latexdir) ${INSTALL} -p -m 755 $(NAME) $(EXTRABIN) $(bindir) - ${INSTALL} -p -m 644 base/*.asy base/{$(EXTRA)} $(asydir) -+ ${INSTALL} -p -m 644 base/*.asy ${EXTRA} $(asydir) ++ ${INSTALL} -p -m 644 base/*.asy $(EXTRA) $(asydir) ${INSTALL} -p -m 644 examples/*.asy examples/piicon.eps \ doc/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir) ${INSTALL} -p -m 644 examples/animations/*.asy $(animationsdir) |
