diff options
author | pav <pav@FreeBSD.org> | 2005-11-18 17:49:19 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-18 17:49:19 +0000 |
commit | db392da76f3b2580a3c33aa20d1961f2f0a1094e (patch) | |
tree | f2f0c0f25895b0dfc6cbe726a209bb46d98d01d7 /math/asymptote/files | |
parent | 3135ae41a6b904d5df587cafe958cd0c9546d261 (diff) | |
download | FreeBSD-ports-db392da76f3b2580a3c33aa20d1961f2f0a1094e.zip FreeBSD-ports-db392da76f3b2580a3c33aa20d1961f2f0a1094e.tar.gz |
- Update to 0.92
PR: ports/87916
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
Diffstat (limited to 'math/asymptote/files')
-rw-r--r-- | math/asymptote/files/patch-Makefile.in | 7 | ||||
-rw-r--r-- | math/asymptote/files/patch-doc-Makefile | 15 |
2 files changed, 15 insertions, 7 deletions
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in index 54fd166..e4c156a 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 32e8f55..82c684e 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 - |