aboutsummaryrefslogtreecommitdiff
path: root/math/asymptote/files/patch-doc-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/asymptote/files/patch-doc-Makefile')
-rw-r--r--math/asymptote/files/patch-doc-Makefile20
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