diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-21 10:25:33 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-21 10:25:33 +0000 |
commit | a157e9a8a88b44a80ed23f809c48e0e0205d2d1d (patch) | |
tree | 63a5d6a1ca1599965ecba84adec4aac4976e146a /math/asymptote/files/patch-doc-Makefile | |
parent | 05fc5050a88b63ce01495e051a0b37b0686727ee (diff) | |
download | ports-a157e9a8a88b44a80ed23f809c48e0e0205d2d1d.tar.gz ports-a157e9a8a88b44a80ed23f809c48e0e0205d2d1d.zip |
Notes
Diffstat (limited to 'math/asymptote/files/patch-doc-Makefile')
-rw-r--r-- | math/asymptote/files/patch-doc-Makefile | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/math/asymptote/files/patch-doc-Makefile b/math/asymptote/files/patch-doc-Makefile index 502e9bba2d83..2858051de2e5 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 |