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 | |
| 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')
| -rw-r--r-- | math/asymptote/files/patch-Makefile.in | 35 | ||||
| -rw-r--r-- | math/asymptote/files/patch-doc-Makefile | 6 |
2 files changed, 33 insertions, 8 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 diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile index d392b36fb7c4..06d6239a0d0b 100644 --- a/math/asymptote/files/patch-doc-Makefile +++ b/math/asymptote/files/patch-doc-Makefile @@ -1,13 +1,13 @@ $FreeBSD$ ---- doc/Makefile Thu May 18 07:44:26 2006 -+++ doc/Makefile.port Sun May 21 22:22:53 2006 +--- doc/Makefile Mon Jun 19 05:36:12 2006 ++++ doc/Makefile.port Tue Jun 20 15:35:52 2006 @@ -52,8 +52,9 @@ rm -rf asymptote install-man: man + mkdir -p $(prefix)/share/doc/asymptote - ${INSTALL} -d $(docdir) $(mandir)/man1 + ${INSTALL} -d -m 755 $(docdir) $(mandir)/man1 - ${INSTALL} -p -m 644 asymptote.pdf $(docdir) + ${INSTALL} -p -m 644 asymptote.pdf $(prefix)/share/doc/asymptote ${INSTALL} -p -m 644 $(MANFILES) $(mandir)/man1 |
