aboutsummaryrefslogtreecommitdiff
path: root/math/asymptote/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-18 17:49:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-18 17:49:19 +0000
commit389d040f5ccd72111f70a168c52faf1ef6742b68 (patch)
tree9cfb69174d7ade4ef5052de6f02e6ea094612773 /math/asymptote/files
parent6f8061cd64722cc458543d5e7c0796e06e282176 (diff)
downloadports-389d040f5ccd72111f70a168c52faf1ef6742b68.tar.gz
ports-389d040f5ccd72111f70a168c52faf1ef6742b68.zip
- Update to 0.92
PR: ports/87916 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
Notes
Notes: svn path=/head/; revision=148740
Diffstat (limited to 'math/asymptote/files')
-rw-r--r--math/asymptote/files/patch-Makefile.in7
-rw-r--r--math/asymptote/files/patch-doc-Makefile15
2 files changed, 15 insertions, 7 deletions
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in
index 54fd16606717..e4c156ab48b5 100644
--- a/math/asymptote/files/patch-Makefile.in
+++ b/math/asymptote/files/patch-Makefile.in
@@ -1,12 +1,11 @@
-$FreeBSD$
---- Makefile.in Mon Sep 26 07:45:47 2005
-+++ Makefile.in.port Sun Oct 2 15:01:32 2005
+--- 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@
datadir = @datadir@
asydir = $(datadir)/asymptote
-exampledir = $(datadir)/doc/asymptote
+exampledir = $(datadir)/examples/asymptote
+ animationsdir = $(exampledir)/animations
latexdir = @latexdir@
INSTALL = @INSTALL@
- ASYMPTOTE_DIR = ../base
diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile
index 32e8f5520a6d..82c684e045db 100644
--- a/math/asymptote/files/patch-doc-Makefile
+++ b/math/asymptote/files/patch-doc-Makefile
@@ -1,6 +1,16 @@
-$FreeBSD$
--- doc/Makefile Thu Sep 29 07:53:39 2005
-+++ doc/Makefile.port Sun Oct 2 15:05:56 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 @@
rm -rf asymptote
@@ -11,4 +21,3 @@ $FreeBSD$
${INSTALL} -m 644 $(MANFILES) $(mandir)/man1
install: doc install-man
-