diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-02 12:36:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-02 12:36:14 +0000 |
commit | d46f58640a301fd1fe96e0a7a61d5bc15cbc4594 (patch) | |
tree | e2a6039369f88ecb991d8d3b6b98502f19e937ab /math/asymptote/files/patch-doc-Makefile | |
parent | I disabled building of static libs but forgot to remove them from the (diff) |
- Update to 0.95
- Add SHA256 hash
PR: 89540
Submitted by: Nicola Vitale <nivit@email.it>
Notes
Notes:
svn path=/head/; revision=150224
Diffstat (limited to 'math/asymptote/files/patch-doc-Makefile')
-rw-r--r-- | math/asymptote/files/patch-doc-Makefile | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile index 82c684e045db..b21ae01163bd 100644 --- a/math/asymptote/files/patch-doc-Makefile +++ b/math/asymptote/files/patch-doc-Makefile @@ -1,22 +1,12 @@ ---- doc/Makefile Thu Sep 29 07:53:39 2005 -+++ doc/Makefile.port Mon Nov 7 22:02:27 2005 -@@ -25,8 +25,8 @@ - latexusage.eps: latexusage.dvi - dvips -o latexusage.eps latexusage - --latexusage.png: latexusage.dvi -- dvipng -o latexusage.png latexusage -+latexusage.png: latexusage.eps -+ convert -density 144x144 +antialias -geometry 50%x latexusage.eps latexusage.png - - latexusage.pdf: latexusage.dvi - dvipdf latexusage -@@ -51,7 +51,8 @@ +--- doc/Makefile Wed Nov 16 09:36:10 2005 ++++ doc/Makefile.port Thu Nov 24 17:37:49 2005 +@@ -52,8 +52,9 @@ rm -rf asymptote install-man: man -- ${INSTALL} -m 644 asymptote.pdf $(exampledir) + mkdir -p $(prefix)/share/doc/asymptote + ${INSTALL} -d $(docdir) $(mandir)/man1 +- ${INSTALL} -m 644 asymptote.pdf $(docdir) + ${INSTALL} -m 644 asymptote.pdf $(prefix)/share/doc/asymptote/ ${INSTALL} -m 644 $(MANFILES) $(mandir)/man1 |