aboutsummaryrefslogtreecommitdiff
path: root/math/asymptote/files
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-02 12:36:14 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-02 12:36:14 +0000
commitd46f58640a301fd1fe96e0a7a61d5bc15cbc4594 (patch)
treee2a6039369f88ecb991d8d3b6b98502f19e937ab /math/asymptote/files
parentf3b49178a40328727f6bc64735acc45d11d1fbf0 (diff)
downloadports-d46f58640a301fd1fe96e0a7a61d5bc15cbc4594.tar.gz
ports-d46f58640a301fd1fe96e0a7a61d5bc15cbc4594.zip
- 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')
-rw-r--r--math/asymptote/files/patch-Makefile.in10
-rw-r--r--math/asymptote/files/patch-doc-Makefile20
2 files changed, 10 insertions, 20 deletions
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in
index e4c156ab48b5..18e23eade94e 100644
--- a/math/asymptote/files/patch-Makefile.in
+++ b/math/asymptote/files/patch-Makefile.in
@@ -1,10 +1,10 @@
---- Makefile.in Thu Oct 20 09:36:42 2005
-+++ Makefile.in.port Mon Oct 24 11:00:23 2005
-@@ -36,7 +36,7 @@
- mandir = @mandir@
+--- Makefile.in Tue Nov 8 08:22:41 2005
++++ Makefile.in.port Thu Nov 24 17:33:55 2005
+@@ -37,7 +37,7 @@
datadir = @datadir@
asydir = $(datadir)/asymptote
--exampledir = $(datadir)/doc/asymptote
+ docdir = $(datadir)/doc/asymptote
+-exampledir = $(docdir)
+exampledir = $(datadir)/examples/asymptote
animationsdir = $(exampledir)/animations
latexdir = @latexdir@
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