diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2006-12-23 23:25:56 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2006-12-23 23:25:56 +0000 |
commit | 8a8807f38b396689c6cc34dab2b506e651868a6e (patch) | |
tree | 6963864d88904638cb2ac9d28026989b59921563 /math/asymptote/files/patch-doc-Makefile | |
parent | 815956d12e4dfc630b76eb7392794b8e726539e5 (diff) | |
download | ports-8a8807f38b396689c6cc34dab2b506e651868a6e.tar.gz ports-8a8807f38b396689c6cc34dab2b506e651868a6e.zip |
Notes
Diffstat (limited to 'math/asymptote/files/patch-doc-Makefile')
-rw-r--r-- | math/asymptote/files/patch-doc-Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile index 015e069c9919..59b85caf373b 100644 --- a/math/asymptote/files/patch-doc-Makefile +++ b/math/asymptote/files/patch-doc-Makefile @@ -1,22 +1,13 @@ ---- doc/Makefile Sun Nov 5 09:02:52 2006 -+++ doc/Makefile.port Sat Nov 25 11:57:33 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 @@ +--- doc/Makefile Wed Dec 13 03:06:11 2006 ++++ doc/Makefile.port Wed Dec 13 13:44:57 2006 +@@ -72,9 +72,10 @@ rm -rf asymptote install: man faq + mkdir $(prefix)/share/doc/asymptote cd FAQ; $(MAKE) install ${INSTALL} -d -m 755 $(docdir) $(mandir)/man1 -- ${INSTALL} -p -m 644 {$(DOCFILES)} $(docdir) +- ${INSTALL} -p -m 644 $(DOCFILES) $(docdir) + ${INSTALL} -p -m 644 $(DOCFILES) $(prefix)/share/doc/asymptote ${INSTALL} -p -m 644 $(MANFILES) $(mandir)/man1 |