diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-26 18:08:54 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-26 18:08:54 +0000 |
| commit | 07a9830e30459ccf14fad222c29e0843b7e4de62 (patch) | |
| tree | 94ef5eadd69e9ed4dd44f9c7cfba25659e69ebf6 /math/asymptote/files/patch-Makefile.in | |
| parent | Note co-maintainship. (diff) | |
Update to 1.08
PR: 99207
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 | 35 |
1 files changed, 30 insertions, 5 deletions
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in index c43408f904ae..419e3eabe835 100644 --- a/math/asymptote/files/patch-Makefile.in +++ b/math/asymptote/files/patch-Makefile.in @@ -1,17 +1,28 @@ $FreeBSD$ ---- Makefile.in Thu May 18 07:44:26 2006 -+++ Makefile.in.port Sun May 21 22:20:49 2006 -@@ -39,7 +39,7 @@ +--- Makefile.in Mon Jun 19 05:36:26 2006 ++++ Makefile.in.port Tue Jun 20 16:54:08 2006 +@@ -20,8 +20,8 @@ + CLEAN = camp.output + NAME = asy + EXTRABIN = x$(NAME) +-EXTRA = asy-mode.el,asy-init.el,asy.vim,asymptote.py +-LATEXFILES = asymptote.sty,asycolors.sty ++EXTRA = base/asy-mode.el base/asy-init.el base/asy.vim base/asymptote.py ++LATEXFILES = doc/asymptote.sty doc/asycolors.sty + + DEFS = @DEFS@ @OPTIONS@ + CFLAGS = @CPPFLAGS@ @CFLAGS@ +@@ -42,7 +42,7 @@ datadir = $(DESTDIR)@datadir@ asydir = $(datadir)/asymptote - docdir = $(datadir)/doc/asymptote + docdir = $(DESTDIR)@Docdir@ -exampledir = $(docdir)/examples +exampledir = $(datadir)/examples/asymptote animationsdir = $(exampledir)/animations latexdir = $(DESTDIR)@latexdir@ INSTALL = @INSTALL@ -@@ -65,7 +65,7 @@ +@@ -68,7 +68,7 @@ rm -f $(GC).tar cd $(GC); \ ./configure --disable-threads --disable-shared --enable-cplusplus; \ @@ -20,3 +31,17 @@ $FreeBSD$ doc: asy cd doc; $(MAKE) doc +@@ -98,11 +98,11 @@ + ${INSTALL} -d $(bindir) $(asydir) $(exampledir) $(animationsdir) + -${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 examples/*.asy examples/piicon.eps \ + doc/*.asy doc/*.csv doc/*.dat doc/latexusage.tex $(exampledir) + ${INSTALL} -p -m 644 examples/animations/*.asy $(animationsdir) +- -${INSTALL} -p -m 644 doc/{$(LATEXFILES)} $(latexdir) ++ -${INSTALL} -p -m 644 $(LATEXFILES) $(latexdir) + -if test -z "$(DESTDIR)"; then \ + texhash; \ + fi |
