summaryrefslogtreecommitdiffstats
path: root/math/asymptote/files
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-11-21 10:25:33 +0000
committerclsung <clsung@FreeBSD.org>2006-11-21 10:25:33 +0000
commit885b4303982e69b8aa1ee0fcc3c240c795c0ede0 (patch)
tree7183a959b853a9407dacb99c6e09dc203680bd72 /math/asymptote/files
parent811df5a0c3ae6997c0b1675b1c2a5d7e9ef1b2f8 (diff)
downloadFreeBSD-ports-885b4303982e69b8aa1ee0fcc3c240c795c0ede0.zip
FreeBSD-ports-885b4303982e69b8aa1ee0fcc3c240c795c0ede0.tar.gz
- Update to 1.18
PR: ports/105367 Submitted by: maintainer (Nicola Vitale)
Diffstat (limited to 'math/asymptote/files')
-rw-r--r--math/asymptote/files/patch-doc-Makefile21
1 files changed, 15 insertions, 6 deletions
diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile
index 502e9bb..2858051 100644
--- a/math/asymptote/files/patch-doc-Makefile
+++ b/math/asymptote/files/patch-doc-Makefile
@@ -1,14 +1,23 @@
---- doc/Makefile Wed Sep 6 06:52:34 2006
-+++ doc/Makefile.port Wed Sep 6 18:41:09 2006
-@@ -56,9 +56,10 @@
+--- doc/Makefile Sun Nov 5 09:02:52 2006
++++ doc/Makefile.port Tue Nov 7 13:50:15 2006
+@@ -2,7 +2,7 @@
+ ASYFILES = $(wildcard *.asy) latexusage.asy
+ FIGURES = version.texi
+ ASY = ../asy -dir ../base
+-DOCFILES = asymptote.pdf,CAD.pdf
++DOCFILES = asymptote.pdf CAD.pdf
+
+ doc: asymptote.dvi asymptote.info html man
+
+@@ -62,9 +62,10 @@
rm -rf asymptote
install: man faq
-+ mkdir -p $(prefix)/share/doc/asymptote
++ mkdir $(prefix)/share/doc/asympote
cd FAQ; $(MAKE) install
${INSTALL} -d -m 755 $(docdir) $(mandir)/man1
-- ${INSTALL} -p -m 644 asymptote.pdf $(docdir)
-+ ${INSTALL} -p -m 644 asymptote.pdf $(prefix)/share/doc/asymptote
+- ${INSTALL} -p -m 644 {$(DOCFILES)} $(docdir)
++ ${INSTALL} -p -m 644 $(DOCFILES) $(prefix)/share/doc/asymptote
${INSTALL} -p -m 644 $(MANFILES) $(mandir)/man1
install-all: doc install
OpenPOWER on IntegriCloud